[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-1174) vars defined in <ui:repeat/>, <rich:dataTable/> or <h:dataTable/> throw a warning

Max Andersen (JIRA) jira-events at lists.jboss.org
Thu Oct 25 12:29:02 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-1174?page=all ]

Max Andersen closed JBIDE-1174.
-------------------------------

    Resolution: Duplicate Issue

> vars defined in <ui:repeat/>, <rich:dataTable/> or <h:dataTable/> throw a warning
> ---------------------------------------------------------------------------------
>
>                 Key: JBIDE-1174
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1174
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JSF, Seam
>            Reporter: Gavin King
>         Assigned To: Max Andersen
>
> In this code example:
>     <rich:dataTable
>                 var="auction"
>               value="#{auctionList.resultList}" >
>         <h:column>
>             #{auction.id}
>         </h:column>
>    <rich:dataTable>
> the use of "auction" gets flagged with a warning. Of course this is wrong, since it is the iteration variable. Same for ui:repeat and h:dataTable. 
> What would be really nice is if command-clicking on "action" would take me to the containing rich:dataTable, but if this is a lot of work, I guess its not a priority for now.

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

        



More information about the jbosstools-issues mailing list