no, <%= expression %> still works fine in 1.0 and 1.1

-hendrik
- - - - - - - - - - - - - - - - - - - - - - - - - - -
  tagtraum industries      http://www.tagtraum.com/
  jo!                 small&smart 2.2 servletengine
  Java Server & Servlets   The web-application book
  The WebApp Framework        http://www.webapp.de/


"[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">
>
> 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