Re: [OT] How can i open new window and forward request to another action class

2007-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, Ashish Kulkarni wrote: > 3 If the task is ok then this action class should forward the request to > another action class and also open a new browser window > > How can i do step 3, The only (semi) reliable way to do this is with javascript.

How can i open new window and forward request to another action class

2007-04-02 Thread Ashish Kulkarni
Hi I have to handle the following situation. 1. When user click submit on the webpage, the request goes to the action class. 2 This action class performs some task, 3 If the task is ok then this action class should forward the request to another action class and also open a new browser window 4 i