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