You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by MOHAN RADHAKRISHNAN <mr...@cellexchange.com> on 2004/03/23 12:52:49 UTC

referrer url

Hi
     I am trying to get the referrer URL using JSTL or JSP. Is there a way ?


    I have a link in an email that hits an action. So in order to identify
the action was hit from the email link I appended a parameter to the URL.
Now I want to do something if the action was hit from the email link.


Any thoughts.




Mohan


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: referrer url

Posted by Max Cooper <ma...@maxcooper.com>.
request.getHeader("referer")

-Max

On Tue, 2004-03-23 at 03:52, MOHAN RADHAKRISHNAN wrote:
> Hi
>      I am trying to get the referrer URL using JSTL or JSP. Is there a way ?
> 
> 
>     I have a link in an email that hits an action. So in order to identify
> the action was hit from the email link I appended a parameter to the URL.
> Now I want to do something if the action was hit from the email link.
> 
> 
> Any thoughts.
> 
> 
> 
> 
> Mohan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
-- 
Max Cooper <ma...@maxcooper.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org