Re: Get current URL on a page

2008-02-13 Thread Randy Burgess
Developer Nuvox Communications From: Tommy Becker [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Tue, 12 Feb 2008 10:52:07 -0500 To: Struts Users Mailing List user@struts.apache.org Subject: Re: Get current URL on a page Unfortunately it is. I'm

Re: Get current URL on a page

2008-02-12 Thread Dave Newton
value=#context.get('com.opensymphony.xwork2.dispatcher.HttpServletRequest').getRequestURL()/ Dave Randy Burgess wrote: If the value is not going into a struts tag then just use JSTL. From: Tommy Becker [EMAIL PROTECTED] Is there a way to get the URL

Re: Get current URL on a page

2008-02-12 Thread Tommy Becker
Burgess wrote: If the value is not going into a struts tag then just use JSTL. From: Tommy Becker [EMAIL PROTECTED] Is there a way to get the URL for the current page using struts tags? I thought I had access to the HttpRequest, and therefore could just use getRequestURL

Re: Get current URL on a page

2008-02-12 Thread Dave Newton
--- Dave Newton [EMAIL PROTECTED] wrote: s:property value=#context.get('com.opensymphony.xwork2.dispatcher.HttpServletRequest').getRequestURL()/ Too much cut, not enough paste: s:property value=#context.get(@[EMAIL PROTECTED]).getRequestURL()/ Dave

Re: Get current URL on a page

2008-02-12 Thread Dave Newton
is not going into a struts tag then just use JSTL. From: Tommy Becker [EMAIL PROTECTED] Is there a way to get the URL for the current page using struts tags? I thought I had access to the HttpRequest, and therefore could just use getRequestURL() but it appears the docs have led me astray

Re: Get current URL on a page

2008-02-12 Thread Tommy Becker
on a page Is there a way to get the URL for the current page using struts tags? I thought I had access to the HttpRequest, and therefore could just use getRequestURL() but it appears the docs have led me astray :/ http://www.motricity.com NOTICE: This e-mail message is for the sole use of the intended

Re: Get current URL on a page

2008-02-12 Thread Randy Burgess
Mailing List user@struts.apache.org Subject: Get current URL on a page Is there a way to get the URL for the current page using struts tags? I thought I had access to the HttpRequest, and therefore could just use getRequestURL() but it appears the docs have led me astray :/ http

Get current URL on a page

2008-02-12 Thread Tommy Becker
Is there a way to get the URL for the current page using struts tags? I thought I had access to the HttpRequest, and therefore could just use getRequestURL() but it appears the docs have led me astray :/ http://www.motricity.com NOTICE: This e-mail message is for the sole use of the intended