Re: Using class constant in if tag

2007-11-17 Thread Shyamal Mehta
Thanks Wesley, that works. On Nov 17, 2007 1:12 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > I haven't tried it, but I don't think that OGNL cares about your > imports. If your constant is static, then try - > > > > On 11/16/07, Shyamal Mehta <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am us

Re: Using class constant in if tag

2007-11-16 Thread Wes Wannemacher
I haven't tried it, but I don't think that OGNL cares about your imports. If your constant is static, then try - On 11/16/07, Shyamal Mehta <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the struts if tag and want to use a constant from another > class inside the if test condition. > How can I d