I have a screen which loads a list in a dataTable.
Then a <t:popup> on each row allows the user to popup a search window and
perform a search.
Each row also has a save button to allow changes to that particular row to
be persisted.

The desired functionality is for the popup window to post its form and
reload within itself, leaving the parent unaffected.  However, I can't get
the parent window to stop reloading with the form submit.  I think the post
is actually being performed by the parent due to the second form, but I'm
not sure.

It seems I may need to write my own js to accomplish this.  Perhaps there is
a better component to use than popup..

I'm sure someone has successfully implemented something similar, and any
suggestions are greatly appreciated.

Reply via email to