retrieve data from database into textboxes using jsf and to edit that data
I do not know how to edit the data which is brought from database using jsf.could you please help me by providing examples and i would be very grateful to you.. Tha开发者_开发百科nk you.
Not the source code but steps you can follow:
- display data in textboxes.
- make an update button.
onclick of update button do following:
3.1 get values from textboxes.
3.2 connect to database.
3.3 create an update query and run that query.
This tutorial should get you started. It uses EclipseLink to access the database.
精彩评论