1. How do I extend this Netbeans JSF2 CRUD example to have a single create and edit form for all entities? stackoverflow.comI recently discovered this very useful Netbeans tutorial for creating a simple JSF 2 CRUD application http://netbeans.org/kb/docs/web/jsf20-crud.html. The final product has somewhat limited usability as one is confronted ... |
2. JSF Form for an Entity -- Hot editing? stackoverflow.comI am writing a JSF 2.0 form to edit a JPA @Entity object. I have a backing bean that has a get method for the Entity, which it fetches ... |
3. How to retain selected entity in edit/save form? stackoverflow.comI am currently learning Java EE using JBoss and I am kind of stuck with a simple problem. Even though it should be common I did not find a solution in ... |