RE: Java constants as attribute values

2003-03-11 Thread Karr, David
The JSTL EL references JavaBeans properties, collections, and maps. That's it. If you want to reference a constant, you'll have to have your business or setup logic put the constant into a JavaBean property, collection, or map. -Original Message- From: René Zanner [mailto:[EMAIL

Re: Java constants as attribute values

2003-03-11 Thread Henri Yandell
Nice trick :) On Tue, 11 Mar 2003, Serge Knystautas wrote: Karr, David wrote: The JSTL EL references JavaBeans properties, collections, and maps. That's it. If you want to reference a constant, you'll have to have your business or setup logic put the constant into a JavaBean

RE: Java constants as attribute values

2003-03-11 Thread Chen, Gin
: Java constants as attribute values Nice trick :) On Tue, 11 Mar 2003, Serge Knystautas wrote: Karr, David wrote: The JSTL EL references JavaBeans properties, collections, and maps. That's it. If you want to reference a constant, you'll have to have your business or setup logic put the constant