Model « Struts « JPA Q&A





1. Model Driven Action doesn't return value when model gets reassigned to some other value - hibernate problem    struts.1045723.n5.nabble.com

hi, the scenario is as follow:1 1. class EditMyBeanAction implements Model... 2. url mapping calls edit method on the EditMyBeanAction 3. the result should be that once edit method returns (it loads MyBean object from the database) MyBean should be displayed on the jsp the problem is that it seems like with hibernate it doesn't work at least when used as ...