Can you please point me to some example code to doing C.R.U.D. operations using the JSF WebGrid? I did not see any examples in the demo code and the knowledge base articles only have VB and C# examples.
I have a WebGrid that is bound to an Oracle database, with gridEditing enabled. But I'm not sure how to go about pushing updates from the grid back to the database.
Thanks,
Nick
Hi,
You can create a DataModel to bind to the grid and use Hibernate to update the changes in your DataModel in the database. Remember to rebind your grid to the DataModel after changes are performed (using grid.dataBind() ).
Regards!