yes, that's the code i have in my .jsp file..

<jsp:useBean id="person" scope="session" class="bean.Person">
        <jsp:setProperty name="person" property="*" />
</jsp:useBean>

With Thanks,
Baskaran.

> ----------
> From:         Richard Yee
> Sent:         Tuesday, January 01, 2002 22:36:PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Reg:<jsp:useBean scope>
>
> Baskaran,
> Are you also using the <jsp:setProperty name="someName" property="*" />
> tag
> in addition to the  jsp:useBean tag?
>
> Regards,
>
> Richard
>
> At 07:20 PM 1/1/2002 +0530, you wrote:
> >Hi guys,
> >
> >         I am facing a problem, while using the scope of the Bean as
> >"session"
> >in my JSP.
> >
> >          The "setMethods" of my Bean is not all called, when  the scope
> as
> >"session" in my <USEBEAN> Tag.
> >
> >           When i am giving the scope as "Request" it's calling the
> >corresponding
> >"setMethods" are called properly and working fine.
> >
> >          What is the problem..? Let me Know..
> >
> >Thanks and Regards,
> >Baskaran
> >
> >This e-mail may contain Privileged/Confidential information and is
> intended
> >only for the individual(s) named. Please notify the sender, if you have
> >received this e-mail by mistake and delete it from your system.
> Information
> >in this message that do not relate to the official business of the
> company
> >shall be understood as neither given nor endorsed by it. E-mail
> transmission
> >cannot be guaranteed to be secure or error-free. The sender does not
> accept
> >liability for any errors or omissions in the contents of this message
> which
> >arise as a result of e-mail transmission. If verification is required
> please
> >request a hard-copy version.
> >
> >=========================================================================
> ==
> >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://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
>
> ==========================================================================
> =
> 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://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
"Disclaimer:This e-mail may contain Privileged/Confidential information and
is intended only for the individual(s) named. Please notify the sender, if
you have  received this e-mail by mistake and delete it from your system.
Information in this message that do not relate to the official business of
the company shall be understood as neither given nor endorsed by it. E-mail
transmission cannot be guaranteed to be secure or error-free.The sender does
not accept liability for any errors or omissions in the contents of this
message which arise as a result of e-mail transmission. If verification is
required please request a hard-copy version."

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to