Have you noticed your page code doesn't set the user field anywhere? I guess you have a logic issue somewhere.

Your JDBC usage is far from recommended. You're opening a connection in the constructor and reusing it. If you're using Tapestry 5.2+, you'll end up having two requests using the same connection at the same time, and JDBC considers this an error with unpredictable results.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to