for example XYZAction class handle multiple request coming from several different JSPs .....to identify the request I can pass some unique action parameter and execute appropriate block.
My question is that is there any feature available is Struts so that I can identify the request where it is coming from rather than define different path against each request and associate that path with the XYZAction class. Path would be the same(no action parameter passed)for all request but XYZAction class must be smart enough to identify the source and redirect the result to the page where it is coming from. -Ramadoss -----Original Message----- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 4:08 PM To: Struts Users Mailing List Subject: Re: ActionClass Define what you mean by "where the request is coming from" and what kind of processing you would like to optionally perform. It is not clear what you are trying to accomplish -- give some more details so we can help. -Max ----- Original Message ----- From: "Ramadoss Chinnakuzhandai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 11:26 AM Subject: ActionClass Hi, Is there any features in Struts using which I can make the ActionClass smart enough to understand where the request is coming from and execute appropriate block ? If so could you pls drop some light on it? Thank you in advance, -Ramadoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

