h:messages - error while rendering id and styleClass attributes
---------------------------------------------------------------

                 Key: MYFACES-1762
                 URL: https://issues.apache.org/jira/browse/MYFACES-1762
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions:  1.1.6-SNAPSHOT
         Environment: windows, jdk16, jetty, maven
            Reporter: Antoni Jakubiak


There is an error while rendering "id" and "styleClass" attributes on 
"h:messages" component.

For example:

<h:messages id="messagesId" styleClass="messagesClass" ...

is rendered as:

<ul id="messagesId"><li><span id="messagesId" style="messagesClass" 
>....</span></li><li><span id="messagesId" style="messagesClass" >

As you can see:
* in genereted html we have many tags with the same id attribute, 
* styleClass attribute is rendered as style not as class attribute.

Regards
Antoni Jakubiak

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