In struts2 how can I validate login credentials through database..?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prajwalhegde
    New Member
    • Nov 2011
    • 2

    In struts2 how can I validate login credentials through database..?

    I want to validate log in credentials from database (say i have created a table called user which has fields username and password) I want to retrieve the database using struts2
Working...