How to make a Registration Page using Struts 2.3

后端 未结 2 1647
别那么骄傲
别那么骄傲 2021-01-15 11:54

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

2条回答
  •  死守一世寂寞
    2021-01-15 12:35

    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.

提交回复
热议问题