hoscanoa / struts2-bootstrap

Automatically exported from code.google.com/p/struts2-bootstrap
0 stars 0 forks source link

Struts2 input element errorPossition does not effect the error label positioning. #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create an form input element ex. <s:textfield>
2.Set property errorPosition="bottom"

What is the expected output? What do you see instead?
Error label is not positioned below the input element.
The <span> has always class="help-inline".
I guess the template does not account for errorPosition.

What version of the product are you using? On what operating system?
Version 1.6

Please provide any additional information below.
I guess this can be fixed with already bootstrap present class: help-block 
This way the form-vertical can be more consistent.

Original issue reported on code.google.com by rrot...@gmail.com on 4 Apr 2013 at 11:49