Thanks Musachy, one day I will get to grips with OGNL :).
Al.
Musachy Barroso wrote:
> #request is just a map with the request attributes. If you want the
> real request object:
>
> #context['com.opensymphony.xwork2.dispatcher.HttpServletRequest']
>
> there are probably other 300 ways of getting the same thing.
>
> musachy
>
> On Thu, Jul 3, 2008 at 11:47 AM, Al Sutton <al.sutton@alsutton.com> wrote:
>
>> I can't for the life of me get the value for getRequestURI from the
>> HTTPServletRequest object into a hidden field.
>>
>> <s:hidden name="uri" value="#request.requestURI"/> doesn't seem to work,
>> anyone want to point out where I've dumbed out?
>>
>> Al.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|