[ 
https://issues.apache.org/jira/browse/MYFACES-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Aranda updated MYFACES-1767:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.1-SNAPSHOT
                    1.1.6-SNAPSHOT
           Status: Resolved  (was: Patch Available)

Well spotted! Many thanks Brainard for the patch. It was a typo indeed.

> 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
>            Assignee: Bruno Aranda
>             Fix For:  1.1.6-SNAPSHOT, 1.2.1-SNAPSHOT
>
>         Attachments: HtmlMessageRendererBase.patch, 
> HtmlMessagesRendererBase.patch
>
>
> 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