Have you tried using the @InitBinder annotation? http://www.jdocs.com/spring/2.5.2/org/springframework/web/bind/annotation/InitBinder.html
Matt On Mon, Nov 24, 2008 at 4:40 PM, Christian Decker < [EMAIL PROTECTED]> wrote: > > Not quite sure if this is the right place to ask, but after seeing Matt's > post about the transition to annotations instead of XML Configuration I > thought I might as well give it a shot. > > What I'm currently facing is a problem with binding items to a form and the > controllers that do the work. > Before the transition to Annotations I'd just extend the BaseFormController > and override some methods, namely the constructor, onSubmit, showForm, > formBackingObject and onBind. > But now I'm mapping requests to single functions using Annotations and I > have a really hard time getting the spring:bind stuff to work. > > Is there a good tutorial out on the net, where I could look up how to get > the binding to work correctly again? > > Regards, > Chris > > ----- > Christian Decker > http://blog.snyke.net > -- > View this message in context: > http://www.nabble.com/Form-Controllers-with-Annotations--tp20672439s2369p20672439.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
