Title: Message
Hello all,
 
why do you always have to write the property name in the <jsp:getProperty ,..> tag in small case
I noticed this while coding a sample JSP page in Tomcat.
 
Methods in my Bean are
getFirstName() and
setFirstName(...)
 
in JSP Page
and <jsp:getProperty name="..." property="FirstName">  doesnt work
<jsp:getProperty name="..." property="firstName"> works
 
 
Please Help
 
Purav
 

Reply via email to