Basic suggestion:
IFrame + set iframe url to "...../editRow.jsf?rowId=#{index}" ?
Krunoslav Sabljak a écrit :
Hi everybody!
I'm experiencing some difficulties with managing Sandbox modal dialogs
and Tomahawk data table. What I'm trying to do is next:
in my paged data table i would like to have the ability to modify the
content of the table rows through modal dialog. Modal dialog would
contain a form with data from the selected row. I saw the sandbox
modal dialog example so i know that i can open the dialog with the
<h:outputLink value="#" onclick=' dialog.show();'/> component. What i
don't know is how to retrieve the data of the selected row and pass it
to the dialog.
Can somebody pleas help?
Thanks in advance...