You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "David Brainard (JIRA)" <de...@myfaces.apache.org> on 2007/11/13 19:08:43 UTC

[jira] Commented: (MYFACES-1767) h:messages generates style property as styleClass propery.

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

David Brainard commented on MYFACES-1767:
-----------------------------------------

it is a simple typo i think so... ;)

patch added.

> 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
>         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.