RE: SV: problem with wicket + spring + hibernate

2010-08-11 Thread Will Martinez A .
As I said before I took some configurations files from 5 days of wicket(mysticpaste) and for mysticpaste it works fine. I think I found the problem for some reason without @transactional it is not working, in mysticpaste it works without @transactional, but in my project it need it, some one

Re: SV: problem with wicket + spring + hibernate

2010-08-11 Thread jcgarciam
Probably some Form validation fail (some field cannot be converted), try overriding the OnError method in the form, report any error in the feedbackpanel. On Wed, Aug 11, 2010 at 4:10 AM, Will Martinez A. [via Apache Wicket]