There is a bug in following lines, I tried with java (session.setAttribute), but all my pages are requesting user with <session:get-attribute name="user"/>. Thanks for your help!
... <xsp:logic> String user = request.getParameter("user"); </xsp:logic> <title>Login Informations</title> <content> <session:set-attribute name="user"><xsp:expr>user</xsp:expr></session:set-attribute> Session parameter "user" is <session:get-attribute name="user" default="not set"/> </content> </page> </xsp:page> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]