Object « Struts « JPA Q&A





1. Hibernate managed Object's ID being reset after being forwarded to new ActionClass    stackoverflow.com

I have a Struts 1.3 and Hibernate 3.1 application that uses an open-session-in-view pattern for maintaining hibernate transactions. After I do a session.save() on an object its identifier is being set ...

2. Hibernate-Struts2: Dynamic Merge of two webform objects    forum.hibernate.org

We use Hibernate integrated in a Struts2 web application. If we want to perform an update to our objects on the database we fetch the data and load the resulting object into a web form where the user can edit the data. In this web form not all the objects attributes are displayed and editable. Submitting the form data will create ...