Don't know if this helps, but the JSTL specifications says on page B-205:
"The keys in the Map objects returned by Result.getRows() are now
caseinsensitive. The motivation for this change is that some databases
return column names as all-uppercase strings in the ResultSet, while others
return them with the same upper/lowercase mix as was used in the SELECT
statement."

,boz

-----Original Message-----
From: John Thorhauer [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 28, 2003 7:26 AM
To: Tag Libraries Users List
Subject: EL case sensitivity

When using JSTL and the Expression Language with a bean, how does the
api handle upper/lower case.  For example, I have an class with a
getPONumber() method.  Now if i want call that in the Expression
Language how is it properly done:

${myobj.ponumber}
${myobj.pONumber}
${myobj.PONumber}

I am trying to figure out how this works so I can standardize my calls.

Thanks,
John
-- 
********************************
** John Thorhauer
** Web Developer
** Phoenix Color Corp.
** [EMAIL PROTECTED]
********************************



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

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

Reply via email to