Forward a action from one action programmatically in STruts 2.0

2007-03-15 Thread arunkumar S
Hi, I have a requirement where in the action has to be forwarded based on certain runtime conditions.The destination will be decided only on the runtime. --- if(Input = "Case1" ) forward action1 else forward action2. --- Basically i want to

Re: Forward a action from one action programmatically in STruts 2.0

2007-03-16 Thread arunkumar S
... PS. Make sure you use type="chain"! Hope this helps. Harring On 3/15/07, arunkumar S <[EMAIL PROTECTED]> wrote: Hi, I have a requirement where in the action has to be forwarded based on certain runtime conditions.The destination will be decided only on the runtime.

Re: Forward a action from one action programmatically in STruts 2.0

2007-03-20 Thread arunkumar S
(...) { this,targetUrl = "1.jsp"; } else ... } } Regards, - Rene arunkumar S schrieb: Hi, Thanks for the inputs. my req. will not satisfy your suggestion. My req. is I have to load different Jsps depending on the user profile. eg <http://profile.eg/>. for user with profile