Hi,
I have two frames and would like to have the submit button from one frame be handled by that frame's action and do the following:
1. capture values from the frame and put them in the session object
2. load a different page in the current frame
3. force the other frame to reload
Getting 1 and 2 are fine with the standard struts 2 flow of events (1 in the action, and 2 as the result page), but how would I be able to do task 3 in addition to these two others? Is there a way to force a particular frame to reload from within the action?
Thanks,
Session
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)