Good Call

Peronally I was going to march down the path of obtaining HTTP variables but obtaining the information you have suggested from the request object is a much cleaner and efficient retrieval methodology

Thanks Dennis!
Martin-
----- Original Message ----- From: <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Friday, November 04, 2005 12:30 PM
Subject: Re: Easy question, please help a rookie


Maybe this can help?
http://javaalmanac.com/egs/javax.servlet/GetReqUrl.html?l=new

-Dennis


Dave <[EMAIL PROTECTED]>
Sent by: news <[EMAIL PROTECTED]>
11/04/2005 12:18 PM
Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
user@struts.apache.org
cc

Subject
Easy question, please help a rookie






I'm trying to get the URL of the current page into a attribute (local
variable?).

This was suggested to me, but it doesn't work:

<c:set var="myURL" value="${request.requestURI}"/>

TIA,
Dave


---------------------------------------------------------------------
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]

Reply via email to