Shabada, Gnaneshwer wrote:
Hi.

Is there any way in Struts I could determine dynamically what
JSP/screen/action am coming from when I am in a certain screen. I have a
scenario where I can delete users from a result list page or a member
details page. I want to use one action to do both. But to code my action
easier I want to determine what page I am invoking the delete action. Is
there anything inbuilt in Struts to determine that?

Thanks
Gnan

======================================================================== This email message is for the sole use of the intended recipient (s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. To reply to our email administrator directly, send
an email to [EMAIL PROTECTED] Toys "R" Us, Inc.
If you feel like trusting the user's browser ;) , try the REFERER field in the HTTP header (http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z14).

For a better solution, http://www.javaworld.com/javaworld/jw-09-2004/jw-0913-struts-p3.html has about three sentences about using a Stack object in session scope to maintain such a history.

-- Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to