h:messages generates style property as styleClass propery. 
-----------------------------------------------------------

                 Key: MYFACES-1767
                 URL: https://issues.apache.org/jira/browse/MYFACES-1767
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.5
            Reporter: Guy Bashan


For this fregment:
------------------------
<h:messages globalOnly="true" styleClass="error_message" style="width:0px" 
layout="table" />

This is the HTML that is being produced:
--------------------------------------------------------
<table><tr><td><span style="error_message" class="error_message">Total % 
Audience should be 100% or 0%</span></td></tr></table>

Seems like style is sharing same property with styleClass.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to