Thank you, that makes sense. I've read that page a few dozen times and it did not click until you gave the example.
Best, -Chris On Mon, Aug 20, 2012 at 3:26 PM, Lukasz Lenart <lukaszlen...@apache.org>wrote: > 2012/8/20 Christopher Johnson <ctj...@gmail.com>: > > From what I've read there are the following scopes in struts. > > > > - application > > - session > > - request > > - page > > - action > > > > I can see application, session, request in <s:debug /> and see how to > > access the different parts via #application, #session, #request. I see > > action as well but haven't tested accessing its attributes. > > > > What I don't see is "page". > > > > By default <tiles:importAttribute /> imports to the "page" scope. > > > > I guess I'm just missing something important. How do I access variables > in > > the page scope via ognl expressions? > > You can use #attr.url > > http://struts.apache.org/2.x/docs/ognl.html > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >