Hi,

when I use

<jsp:getProperty name="name_of_the_bean" property="username"/>

it is not returning any values.

But when i use

<%name_of_the_bean.getusername()%> it returns the value of the username.

Any reason for this.

Thanks

vaidyanathan G

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to