1. tapestry-hibernate beaneditform, disable business object auto-reload stackoverflow.comMy context is the following: Let's say i have a class A, containing a list of B objects. I also have a beaneditform like that:
where newCategorie is an instance of ... |
2. Hibernate and Tapestry application forum.hibernate.org |
3. Hibernate and Tapestry forum.hibernate.orgI'm using Hibernate 2.1 with Tapestry 3.0.1. I've had reasonably good success if I avoid lazy collection initialization, but I have struggled to find a reliable method of dealing with lazy initialization. I started with the recommended ThreadLocal session implementation (ie - the HibernateUtil class), which worked in some (simple) cases. I repeatedly found recommendations to implement Spring's OpenSessionInViewFilter, so I ... |
4. Tapestry + Hibernate issue (or just general web app issue) forum.hibernate.orgHibernate version: 3.1 Tapestry version: 4.0 Hi all! Tapestry+Hibernate problem ahead... I want to have a form that allows me to alter a certian object. the form should use validation, so if something goes wrong I want to be able to correct the mistake and be able to press save again. I don`t want the changes to persist until the validation ... |