Hi,
I am learning validation. But the validation is checked but the business code is never executed, which will check the data against the database.
Please help me out
I am trying to develop a login module using
Struts, Validation Framework and Database.
sid and password are validated using validator framework-----if validation fails then same page with error msgs will be displayed---------if validated, then execution of business logic should begin, which will check whether its matching with the table or not......if matching then display success.jsp or else display failure.jsp page
Database contains the Student Table:
SID SNAME PASSWORD
-----------------------------------
gd gaurav aaa111
dd deepti ajsj223
index.jsp
success.jsp
failure.jsp
OracleConnection.java---------------for establishing connection and then checking the data
LoginAction.java
LoginForm.java
validation.xml
struts-config.xml