Error message by tr:input is not formatted
------------------------------------------

                 Key: TRINIDAD-2088
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2088
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.14-core 
         Environment: Win7, IE8, Chrome
            Reporter: Michal Padera
            Priority: Minor


I have upgraded from 1.2.13 to 1.2.14 and have noticed that the error messages 
underneath inputs do not have formatting as they had in 1.2.13. formatting in 
tr:messages is fine.

HTML output in 1.2.14:
<input id="xyz" name="xyz" class="x27" size="30" maxlength="512" type="text" 
value="">
<div class="x54">
  <span id="xyz::msg" style="">You must enter a value.</span>
</div>

HTML output in 1.2.13:
<input id="xyz" name="xyz" class="x27" size="30" maxlength="512" type="text" 
value="">
<div class="x54">
  <span id="xyz::msg" class="x9h">You must enter a value.</span>
</div>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to