Re: Anyone want to show me up...

2008-07-04 Thread Gabriel Belingueres
That's right. But in this case it is a hidden field. 2008/7/4 Al Sutton <[EMAIL PROTECTED]>: > The problem with straight is that you don't get the theme based > formatting :( > > Gabriel Belingueres wrote: >> >> simple ways like: >> >> >> >> though I sometimes feel guilty for not using the equiv

Re: Anyone want to show me up...

2008-07-03 Thread Al Sutton
The problem with straight is that you don't get the theme based formatting :( Gabriel Belingueres wrote: simple ways like: though I sometimes feel guilty for not using the equivalent S2 tag :P 2008/7/3 Musachy Barroso <[EMAIL PROTECTED]>: #request is just a map with the request attrib

Re: Anyone want to show me up...

2008-07-03 Thread Gabriel Belingueres
simple ways like: though I sometimes feel guilty for not using the equivalent S2 tag :P 2008/7/3 Musachy Barroso <[EMAIL PROTECTED]>: > #request is just a map with the request attributes. If you want the > real request object: > > #context['com.opensymphony.xwork2.dispatcher.HttpServletRequest

Re: Anyone want to show me up...

2008-07-03 Thread Musachy Barroso
add debug=browser to your urls and explore the context ;) m On Thu, Jul 3, 2008 at 12:45 PM, Al Sutton <[EMAIL PROTECTED]> wrote: > 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 t

Re: Anyone want to show me up...

2008-07-03 Thread Al Sutton
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 sam

Re: Anyone want to show me up...

2008-07-03 Thread Musachy Barroso
#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 <[EMAIL PROTECTED]> wrote: >