> -----Original Message-----
> From: Henri Yandell [mailto:[EMAIL PROTECTED]]
> 
> On Wed, 5 Feb 2003, Karr, David wrote:
> 
> > The JSTL EL can reference javabean properties, maps, and
collections.
> > That's it.  The JSTL specification describes this, although I wish
it
> > had a concise statement to this effect.  You sort of have to figure
this
> > out by deduction.
> 
> By javabean properties, does that only mean getXxx, or will it
actually
> handle 'xxx' too?   ie) public String xxx; etc.

JavaBeans properties are accessed through getter/setter methods, not
through direct instance variable access.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to