使用jsf将数据从数据库检索到文本框中并编辑该数据

时间:2021-08-16 01:38:05

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.. Thank you.

我不知道如何编辑使用jsf从数据库中提取的数据。请您通过提供示例帮助我,我将非常感谢您...谢谢。

2 个解决方案

#1


0  

Not the source code but steps you can follow:

不是源代码,而是您可以遵循的步骤:

  1. display data in textboxes.
  2. 在文本框中显示数据。

  3. make an update button.
  4. 制作更新按钮。

  5. onclick of update button do following:

    点击更新按钮执行以下操作:

    3.1 get values from textboxes.

    3.1从文本框中获取值。

    3.2 connect to database.

    3.2连接数据库。

    3.3 create an update query and run that query.

    3.3创建更新查询并运行该查询。

#2


0  

This tutorial should get you started. It uses EclipseLink to access the database.

本教程应该可以帮助您入门。它使用EclipseLink访问数据库。

#1


0  

Not the source code but steps you can follow:

不是源代码,而是您可以遵循的步骤:

  1. display data in textboxes.
  2. 在文本框中显示数据。

  3. make an update button.
  4. 制作更新按钮。

  5. onclick of update button do following:

    点击更新按钮执行以下操作:

    3.1 get values from textboxes.

    3.1从文本框中获取值。

    3.2 connect to database.

    3.2连接数据库。

    3.3 create an update query and run that query.

    3.3创建更新查询并运行该查询。

#2


0  

This tutorial should get you started. It uses EclipseLink to access the database.

本教程应该可以帮助您入门。它使用EclipseLink访问数据库。