This has nothing to do with sessions - it is just standard bean naming, and AFAIK, all jsp tags will stick to this.
The methods getXxx and setXxx create a property named xxx. One more naming issue to watch out for is this one: The methods getXName and setXName create a property named XName, not xName - if the first 2 letters are uppercase, the name is taken exactly. If you cannot rename the methods, then I think you are stuck with using a scriptlet. :-( Larry On 5/11/05, Rafael Taboada <[EMAIL PROTECTED]> wrote: > > I didn't know about capitalization of bean:write. > > So, how can i know in order to print some data in my jsp?. using > session vars... > > Using JSTL?.. > > I don't know. > > -- > > Rafael Taboada > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >