> *************** coding starts ******************
>
> herewith I am sending codes.Pl mail what is the problem with this. I
am in
> urgent.
>
> test1.jsp
> **********
> <jsp:useBean id="myb" class="foo.myBean" scope="session"/>
> <jsp:setProperty name="myb" property="name"/>

the setProperty tag goes in the page that receives the request object
(=the page specified in the action of the form), so put this line in
the other page (test2.jsp).

> (PS: the same program worked perfectly some days back...)

i don't think so... ;)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to