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]
