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: [struts] Anyone want to show me up...

2008-07-03 Thread Musachy Barroso
"the map" On Thu, Jul 3, 2008 at 2:10 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > think of #context like that maps that holds the values in the value > stack, and no, I don't think it is documented (I haven't seen it at > least). > > musachy > > On Thu, Jul 3, 2008 at 1:34 PM, Dale Newfield <

Re: [struts] Anyone want to show me up...

2008-07-03 Thread Musachy Barroso
think of #context like that maps that holds the values in the value stack, and no, I don't think it is documented (I haven't seen it at least). musachy On Thu, Jul 3, 2008 at 1:34 PM, Dale Newfield <[EMAIL PROTECTED]> wrote: > Musachy Barroso wrote: >> >> add debug=browser to your urls and explor

Re: [struts] Anyone want to show me up...

2008-07-03 Thread Dale Newfield
Musachy Barroso wrote: add debug=browser to your urls and explore the context ;) I'm confused about #context. I can't find documentation about it -- can you suggest where I should look? -Dale - To unsubscribe, e-mail: [EMA

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

Re: [struts] Anyone want to show me up...

2008-07-03 Thread Dale Newfield
Al Sutton wrote: doesn't seem to work, anyone want to point out where I've dumbed out? #request is not the Request object, but rather the request attributes. You can always add an action property that either returns the request object or the requestURI directly... -Dale --

Anyone want to show me up...

2008-07-03 Thread Al Sutton
I can't for the life of me get the value for getRequestURI from the HTTPServletRequest object into a hidden field. doesn't seem to work, anyone want to point out where I've dumbed out? Al. - To unsubscribe, e-mail: [EMAIL P