Re: referrer url

2004-03-23 Thread Max Cooper
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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Max Cooper [EMAIL PROTECTED]


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



RE: referrer url

2004-03-23 Thread McClung, Brian
Careful doing this.  If an end user is running a personal firewall or has
very high security settings, the referrer may not be set.  In this case your
application will need a back up plan in order to build the appropriate URL.

Brian McClung 

-Original Message-
From: MOHAN RADHAKRISHNAN [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 23, 2004 5:53 AM
To: 'Struts Users Mailing List'
Subject: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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