[prev in list] [next in list] [prev in thread] [next in thread] 

List:       myfaces-dev
Subject:    [jira] Closed: (TOMAHAWK-172) UIColumns does not support
From:       "Bruno Aranda (JIRA)" <dev () myfaces ! apache ! org>
Date:       2006-03-30 15:36:29
Message-ID: 144694604.1143732989430.JavaMail.jira () ajax
[Download RAW message or body]

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

    Fix Version: 1.1.2-SNAPSHOT
     Resolution: Fixed

Applied patch in the SVN trunk. Thanks to Erik Jan de Wit

> 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
>      Fix For: 1.1.2-SNAPSHOT
>  Attachments: UIColumns.patch
>
> 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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic