hi ,
i have a jsf page with username ,password and submitt button,if i submitt the data then it has to store in the database this is the task i have to do plese tell me the procedure how to do.
thanks in advance.
Printable View
hi ,
i have a jsf page with username ,password and submitt button,if i submitt the data then it has to store in the database this is the task i have to do plese tell me the procedure how to do.
thanks in advance.
You have to write the controller, then bind it with your jsf page and in the action method you can work with your database
i have same problem with, because i'm newbie, can anybody show detail ?