hi...

if i have already created a javabean which contains info.  what are the jsp
statements to have in my jsp page in order to take info from my bean?

is it?

<jsp:useBean id="mybean" scope="session" class="mypackage.mybean" />
<jsp:getProperty name="mybean" property="name" />

i don't need <jsp:setProperty> right since I have already instantiate it
from my servlet.

please advice.

thank you.

.js


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
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