So I used the fantastic ExtLib control to launch a Modal dialog from a repeat control. The syntax for the link (to launch the dialog) bound to the repeat control is a client-side Javascript event (onclick)
"XSP.openDialog('#{id:inPlaceDialog1}')"
This works great! :)
Is there an easy way to have and equivilent link in a column of a view control (bound to the view control) that launches this same modal dialog?
Thanks in advance for any suggestions.
Elijah Lapson