In this code example:
<rich:dataTable
var="auction"
value="#
" >
<h:column>
#
</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.
- duplicates
-
JBIDE-999 var attributes in JSF datatable not recognized by Seam Validator
- Closed