Re: Using validation with Hibernate...

2008-11-13 Thread Burton Rhodes
In case anyone is interested, I found this plug-in for the exact problem that look promising: http://code.google.com/p/hibernatesession-plugin-for-struts2/ On Thu, Nov 13, 2008 at 3:46 PM, Adam Ruggles <[EMAIL PROTECTED]> wrote: > > Use a struts interceptor instead of a servlet filter. That way

Re: Using validation with Hibernate...

2008-11-13 Thread Burton Rhodes
Many thanks. I will give that a try. On 11/13/08, Adam Ruggles <[EMAIL PROTECTED]> wrote: > > Use a struts interceptor instead of a servlet filter. That way you can > check > the return type of the action that gets executed and respond appropriately. > > > > Burton Rhodes wrote: >> >> I am havin

Re: Using validation with Hibernate...

2008-11-13 Thread Adam Ruggles
Use a struts interceptor instead of a servlet filter. That way you can check the return type of the action that gets executed and respond appropriately. Burton Rhodes wrote: > > I am having trouble getting Struts 2.x to implement validation and > hibernate using the HibernateSessionRequestFil