Ok I got it, the problem it wasn't in my code
but in the configuration of the VisualAge...
..remember if do you want migrate from
0.91 to 1.0 in this environment you must to edit
the file default_app.webapp
and change this parameter:
<servlet>
<name>jsp</name>
<description>JSP support servlet</description>
<code>com.ibm.ivj.jsp.runtime.JspDebugServlet</code>
<init-parameter>......
thanx to all!
bye
> Hi
>
> the <%= expresion %> es used to obtain a value
> in your example.. with UserAut you should use this:
> <jsp:useBean id="UserAut" type="security.asm.UserAut"
> class="security.asm.UserAut" scope="session" />
> <jsp:getProperty name="UserAut" property="*">
> it want to say that you are get all variables from your object
UserAut, so
> the option getProperty means that you object exits a get.... method
which
> obtain the value from a variable.
>
> atte
> chris
>
>
========================================================================
===
> 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