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

Reply via email to