You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Erik Jan de Wit (JIRA)" <de...@myfaces.apache.org> on 2006/03/03 11:26:26 UTC

[jira] Updated: (TOMAHAWK-172) UIColumns does not support java.util.Set

     [ http://issues.apache.org/jira/browse/TOMAHAWK-172?page=all ]

Erik Jan de Wit updated TOMAHAWK-172:
-------------------------------------


> UIColumns does not support java.util.Set
> ----------------------------------------
>
>          Key: TOMAHAWK-172
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-172
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: Columns
>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Erik Jan de Wit
>     Priority: Minor

>
> The datatable now supports sets but when you use it with the t:columns tag it does not work
> example:
> <%@ page contentType="text/html;charset=utf-8" %>
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x" %>
> <html>
>   <f:view>
>     <body>
>     	<x:dataTable var="one" value="#{bean.collection}">
>     		<x:columns var="two" value="#{bean.theSet}">
>     			<h:outputText value="#{two.attribute}"/>
>     		</x:columns>
>     	</x:dataTable>
>     </body>
>   </f:view>
> </html>
> I've already created a patch for this

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