--- Randy Burgess <[EMAIL PROTECTED]> wrote:
> If you have a getter for 'chapter' in your action then this should work.
> 
> <s:if test="%{#chapter == 'Library'}">

IIRC the "#" is only for named objects in the stack context (like #request,
#attr, etc.) so I'm not sure that will work. For example, if I have a
property "foo" on my action I can't access it with <s:property
value="#foo"/>.

Dave

> Randy Burgess
> Sr. Web Applications Developer


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

Reply via email to