I need to pass a var inside dataTable to components.xml for performing a query.
The var is not seen in the JSF context and components.xml accepts only
variables in the JSF context.
|
| <rich:dataTable
onRowMouseOver="this.style.backgroundColor='#F1F1F1'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
| value='#{employee}' var='emp' id="empl">
|
| <h:column>
|
| I need to pass emp.Id to components.xml. How do I do it?
|
| </h:column>
|
|
Thanks,
M
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128550#4128550
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128550
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user