How can I dynamically assign IDs?
For example:
<h:dataTable var="foo">
<h:column>
<a:outputPanel id="#{foo.id}"> ... </a:outputPanel>
</h:column>
</h:dataTable>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036722#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...