--- On Tue, 6/24/08, John Smith <[EMAIL PROTECTED]> wrote:
> I like it to be automatically set, using the getter/setter
> methods in the action. Can this be done with either 
> SessionAware or through ActionContext?

No. ScopedModelDriven, IIRC, will also only retrieve the "model" property;  
don't think it'll do arbitrary properties (could be wrong on that one, though).

You could try using an OGNL expression that references #session (like 
${#session.foo}) but I don't know if that'll work. After trying it, it'd be 
nice if you reported back and/or added it to wiki (if it worked).

Dave


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

Reply via email to