I have a problem with loading objects after updating, adding them to the database. I have used this tutorial
http://www.laliluna.de/struts-hibernate ... al-en.html to configure access layer to the database. I have a Book and Customer list. But the problem is when I do update or add new Book/Customer and after that
action there is redirection to the ShowBooks action I just get one object, this previously updated/added - but there is more objects in the database.
Can you tell me where the problem is? When I deploy application to server everything is fine - all objects are listed, but after any add/edit action I cannot access them, except this one saved.