hi !,

1. you can get a instance of the bean by new operator but
you will lose the features of useBean.

2.Bean introspection is done to discover what properties are present, and, for
each,
its name, whether they are simple or indexed, their type, and setter and getter
methods.

This will help you to get all the form values into the bean.

for more details see JSP1_1-spec ...

with regards,
           rathna.

"Ganesh N.M" wrote:

> Dear All,
>
> 1. How will you instantiate Bean other than "UseBean"?
> 2. What is Introspection?
>
> Ganesh
>
> -----Original Message-----
> From: Rathna [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 2:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: what is advantage of using useBean tag
>
> hi sandeep,
>
> There are few advantages by using useBean tag over normal instance,
>
> * scope (page,request,session and application)
> *introspection
>
> with regards,
>            rathna.
>
> SANDEEP UPPAL wrote:
>
> > what is advantage of using useBean tag when same thing can be done without
> > that?
> >
> > regards,
> >
> > Sandeep Uppal
> >
> >
> ===========================================================================
> > 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
>
> ===========================================================================
> 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

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