--- j alex <[EMAIL PROTECTED]> wrote:
> <s:if test="myapp.appCode == @[EMAIL PROTECTED]">
> 
> but this doesn't look clean ; is there a way to get rid of the @
> com.abc.util.AppConstants [import?]

No; that's how OGNL accesses static data (and it's much cleaner than the way
we have to do it with JSP 2.0, IIRC).

Another option is to expose a static property by setting an action property
to the static value, but IMO that's more trouble than it's worth.

Dave



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

Reply via email to