--- "Asleson, Ryan" <[EMAIL PROTECTED]> wrote:
> OK, so by just using:
> 
> ${myValue} 
> 
> The myValue property of the Action class will be accessed?  I suppose
> this works as long as there aren't other "myName" properties in the
> other scopes, right?

The request wrapper searches the JSP contexts first; it goes to the stack
context iff nothing can be found. So yes, if a context contains an object
with the same name it'll find that one "first".

> I take it that Struts2 essentially exposes the action as another scope
> to JSP EL?

Sort of, in the sense that it'll get searched after the normal context-based
lookup fails.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to