Re: Calling OGNL static method with date issue

2010-12-01 Thread Zoran Avtarovski
I have a feeling you have to use is set with a tag Or if set with a tag. The other option, which I know works, is to expose a method on your action which you can then access via OGNL. Z. On 1/12/10 6:19 AM, "Ken McWilliams" wrote: >In my jsp I have two dates ("today" and "expiryDate") the

Re: Calling OGNL static method with date issue

2010-12-01 Thread Dave Newton
What doesn't work? Anything in the logs? Dave On Tue, Nov 30, 2010 at 2:19 PM, Ken McWilliams wrote: > In my jsp I have two dates ("today" and "expiryDate") the following > works in the JSP: > > > > Now I created two static methods (In a Class called > dateUtils.DateRange): > /*