Re: performing multiple things with a single button

2007-08-02 Thread Oleg Mikheev
Session A Mwamufiya wrote: 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

performing multiple things with a single button

2007-08-02 Thread Session A Mwamufiya
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