Sean wrote a while back on the Shale mailing list the following,
> The dialogs are run in a popup and are used to update the underlying page.
> So the database isn't updated, just the #{dialog.data} which eventually gets
> dumped
> into a javascript return object.
Are there any examples of how to do something like this with JSF and javascript?
I have a link in the middle of a form that I'd like to have end-users
click on, be shown a popup "find" something form, type in their search
parameters, run a search, then click a button to copy the resulting
object back to the original form.
Is there any trick to this? Do I just open a new window pointing to a
regular JSF page?
Thanks,
-Mike