Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
None
-
Jboss/firefox
Description
Until release 1.1.9 I could set the layout to table now when it is set to table the style no longer recognize and is ignored
if I remove the layout attribute the style shows
1.1.8 generated html
<table class="errorMessage">
<tbody>
<tr>
<td>
<span class="errorMessage">MPN must be at least 4 characters. 111 do not have enough characters.</span>
</td>
</tr>
1.1.9 generated code
<table class="errorMessage">
<tbody>
<tr>
<td>MPN must be at least 4 characters. 111 do not have enough characters.</td>
</tr>
</tbody>
</table>
Note the <span class="errorMessage"> is no longer in the generated code
Attachments
Issue Links
- relates to
-
MYFACES-2139 h:messages don't use styleClass attribute when rendering
- Closed
-
TOMAHAWK-1082 t:messages does not put the class (error, info, fatal) to the li item when layout is "list"
- Closed