Login Action

2010-04-16 Thread stacey44
Hey guys well I am trying to figure out how to build a Login action form that verifies a username and passoword by checking it against a MySQL database. I have got the user registration up and going I just need help on the LoginAction.java file. Thanks for any resources you can give me! Stacey --

JSP local scope / include con object domain visibility control

2010-04-16 Thread Nicola de Saint-Aubert
We wonder how to control the visibility of object put in the stack when including a jsp in another one. We do know the action/request/page . scope and the include tag specification. But we have a need for another (added to the others) JSP level scope and include tag with the following char