Hello,

I am new to JSP.
I would like to learn how to create a JSF application that has a table within and the user can add items to the table , update existing items or remove items.

I am working with an Oracle database.

I will be happy to see an example to such an application to learn from it.

Thank you,
Dana

If you know JSF, it shouldn't be that difficult. You just need to bind a list to the DataTable component and the JSF lifecycle will make sure that you get the updated values (the changes a user has made) in your list. For more reference see this and this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.