Wrong declaration of column tag in myfaces_html.tld
---------------------------------------------------

         Key: MYFACES-287
         URL: http://issues.apache.org/jira/browse/MYFACES-287
     Project: MyFaces
        Type: Bug
    Versions: 1.0.9 beta    
 Environment: Linux/JBoss
    Reporter: Michael Lipp
    Priority: Blocker


The column tag in myfaces_html.tld is declared as

<!-- column -->
    <tag>
        <name>column</name>
        <tag-class>org.apache.myfaces.taglib.html.HtmlColumnTag</tag-class>
        <body-content>JSP</body-content>
        &ui_component_attributes;
     </tag>

The attributes should, however be "&ui_column_attributes". Due to this it is 
currently impossible to use a "style=.." attribute in "<h:column>" although, 
according to the spec, it should be possible.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to