Re: OGNL Method calls & class static properties

2008-03-20 Thread Dave Newton
Static access: http://struts.apache.org/2.x/docs/ognl-basics.html --- Michael Gagnon <[EMAIL PROTECTED]> wrote: > Is it valid to, within the scope if a s:if tag, to: > > a) Call non getter/setter methods on a bean on the stack > > b) Reference some unrelated class' public static fie

OGNL Method calls & class static properties

2008-03-20 Thread Michael Gagnon
Is it valid to, within the scope if a s:if tag, to: a) Call non getter/setter methods on a bean on the stack b) Reference some unrelated class' public static field (without a getter method) To give the situation some context, I'm attempting to do something similar to the following