The tag bean belongs to the 0.92 and usebean to the 1.0 and 1.1

Gilbert NGUYEN wrote:

> Hello !
>
> I use tags: <bean name="utilisateur" type="sunweb.utilisateur.user"
> create="yes" scope="session" introspec="yes"></bean>
>
> It works very well with JRUN 2.3.3
>
> Now I want to use this tag with JSWDK, but it doesn't work.
>
> So I have to use tags:   <jsp:useBean id="utilisateur"
> class="sunweb.utilisateur.user" scope="session" >
> and it works very well.
>
> So my question is: Is it due to JSP version? does the tag <bean> work with
> JSP 1.0? or does it work only with jsp 0.92?
>
> Thanks!
>
> ===========================================================================
> 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

Reply via email to