Forwarding actions

2001-10-04 Thread chiji nwankwo
Hi, When I forward from one action to another action, is it possible to find out( at run-time ) which action the forward came from? eg If class A forwards to class B. Can class B tell that it was forwarded to by class A? Thanks ChijiGet your FREE download of MSN Explorer at

Re: Forwarding actions

2001-10-04 Thread Eric Rizzo
chiji nwankwo wrote: Hi, When I forward from one action to another action, is it possible to find out ( at run-time ) which action the forward came from? I would think you could just set a variable in request scope before you forward, then read it in the forwarded-to action. HTH,