How do I pass row data from a data table to a pop up

Hi,

I want to pass a row data from a data table to be displayed in a pop up. The "var" property is local only to the data table tag. So how can I pass the row data where it is referenced using "var" to a pop up?

Your suggestions and help are greatly appreciated.

Regards

dbol

[306 byte] By [dbola] at [2007-11-26 18:10:38]
# 1
Bind the datatable to the backing bean in a HtmlDataTable object. Then you can invoke getRowData() to retrieve the row object. Also see http://balusc.xs4all.nl/srv/dev-jep-dat.html
BalusCa at 2007-7-9 5:43:01 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for your reply BaluC
dbola at 2007-7-9 5:43:01 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...