开发者

retrieve data from database into textboxes using jsf and to edit that data

开发者 https://www.devze.com 2023-03-13 02:09 出处:网络
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..

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

精彩评论

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