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

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 pr

Re: Java constants as attribute values

2003-03-11 Thread Serge Knystautas
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 property, collection, or map. What we did was create a servlet context listener

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 PR