I have been trying to make a registration page which will take 3 values ID,NAME,Password. I have some ideas in mind but I was unable t
Apparently I have made the project by learning struts2 framework from tutorials point, it was quite easy I just needed to build an action class with an execute method and database linked to that execute method. And jus 1 jsp page to take entries from user and action to the action class. Thanx again.