Sun Team : Please Help me out from this problem
Hi i am having a table where for each tablerowgroup it has their own edit and delete buttons. So if i press the edit button of a particular rowgroup then it must get populated into other jsp page where all these elements in rowgroup have their respective textfields. So that i can modify and once again i will replace it in its original database row.
Please help me out by giving an idea. Pls help me out. Any help would be appreciated. It is very urgent and regarding this i have followed the managed beans tutorial also .
Thank You in Advance.
# 1
We do have a sample app that demos this scenario.
Please check out:
http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapp s/index.jsp
Databases: Two Page Create, Retrieve, Update, and Delete (CRUD) Database Operations with Table Display
Two Page CRUD with Table Display is an application that demonstrates how to perform create, read, update, and delete operations on a cached rowset data provider. The data provider is bound to a JavaServer Faces table component. Rather than having functionality confined to one page, this application has two additional pages, one for creating a trip and another for updating a trip.
http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapp s/2/TwoPageCrudTable.zip
http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapp s/2/2update1/TwoPageCrudTable.zip
Hope this helps,
Sakthi