why don't you call
<%=me.getName()>
b'coz
<jsp:getProperty name="me" property="name" />
will be translated by jspengine in servlet as
out.println(me.getName());
regds
piyu
Ishwar Naik wrote:
> can someone help me,
> how to get the value returnd from the following "jsp:getProperty" to a
> String
> <jsp:getProperty name="me" property="name" />
> (i dont want to display on the html page)
>
> thanks,
> ishwar
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets