[jboss-user] [JBoss Seam] - passing id in data table to components.xml for a query..
minamti
do-not-reply at jboss.com
Mon Feb 11 20:35:29 EST 2008
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
More information about the jboss-user
mailing list