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:
不是源代码,而是您可以遵循的步骤:
- display data in textboxes.
- make an update button.
-
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:
不是源代码,而是您可以遵循的步骤:
- display data in textboxes.
- make an update button.
-
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访问数据库。