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

Reply via email to