开发者

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:

  1. display data in textboxes.
  2. make an update button.
  3. 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜