Hi vinay,

This is a prblem regarding the scope of the bean/jsp
page.
In the second jsp page you need not instantiate the
bean again. Using the "id" attribute you can always
manipulate the bean in the second jsp page.

hope this should suffice.
get back for more info.

manoj
--- Vinay Kulkarni <[EMAIL PROTECTED]> wrote:
> HI Guys,
>
> I need some urgent help.
>
> I have a 3 JSP pages. In all the three JSP pages I
> am instantiating the a
> bean. The bean is used to set & get a value.
> Now From the 1st page I set some value by calling a
> set method from the
> bean. Now when I go to the second or third page &
> try to get the value set
> by using the get method, I am not able to see the
> value. The value is lost
> due to instantiating the bean once again in the
> second page.
>
> Please can anyone help me asto how can I retain the
> value in the second
> page.
>
>
> Thanks in advance.
>
>
> Vinay
>
______________________________________________________
> Get Your Private, Free Email at
> http://www.hotmail.com
>
>
===========================================================================
> 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
>

=====
Manoj Kumar
Infotech Consulting Inc,
Camphill, PA USA
[EMAIL PROTECTED]
www.icibsl.com

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

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

Reply via email to