"[EMAIL PROTECTED]" wrote:

> HI
>
> I must migrate my jsp pages into 1.0 version from 0.91.
> The first thing i've do is
> <jsp:useBean id="UserAut" type="security.asm.UserAut"
> class="security.asm.UserAut" create="NO" introspect="NO"
> scope="session"/>
>
> and everything seem to work
>
> but I want to know if I must to change all my
>
> <%= expression %>.
>
> into
>
> <jsp:getProperty name="myBean" property="myProperty">

Not neccessary, it remains a valid syntax.

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