Is it possible to capture when a dialog's ok button is pressed in JSP code?
For example: Let's say I have a component with a parsys and I drag in a component with multiple fields in its dialog.
The author fills out the dialog form and pressed the OK button. I take action on the values they entered and now want to clear their entry so when my code checks for that value again it won't take the action a second time. Can I know when they finish editing that new component using its dialog and clear the fields?