You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Aranda (JIRA)" <my...@incubator.apache.org> on 2005/06/21 22:04:17 UTC

[jira] Commented: (MYFACES-287) Wrong declaration of column tag in myfaces_html.tld

    [ http://issues.apache.org/jira/browse/MYFACES-287?page=comments#action_12314169 ] 

Bruno Aranda commented on MYFACES-287:
--------------------------------------

Which section of the spec says that? AFAIK, you are wrong as the only attributes that can have a column are those of a UIComponent (id, binding, rendered). If you want to use styles in your columns you have to use the attribute columnClasses of the parent UIData (eg. dataTable).
By the way, the entity &ui_column_attributes is an empty file due to the reasons I have just given,

Regards,

Bruno

> 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