ninada / full-hibernate-plugin-for-struts2

Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
1 stars 0 forks source link

Same entity for input and output bug #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a entity class object for input params from a from (ie. "user.login")
2. Use the same object to get the "full" entity
3. Use the same objet to render data into the result JSP

What do you see?
An org.hibernate.validator.InvalidStateException and no JSP rendered

Affects: 2.2 GA

Original issue reported on code.google.com by jyoshiriro on 24 Jun 2010 at 12:15

GoogleCodeExporter commented 8 years ago

Original comment by jyoshiriro on 24 Jun 2010 at 12:18

GoogleCodeExporter commented 8 years ago
fixed with 2.2.1 GA

Original comment by jyoshiriro on 8 Sep 2010 at 9:57