How to use AbstractFormController Hi I have been successfully using SimpleFormController and creating my own implementations of Controller for a while. But now I need form based behaviour but no validation ...
When not to use use AbstractFormController for forms ? I have been happily subclassing AbstractFormController for all my create/edit data pages and AbstractCommandController for displaying data (usually in a list view). ...
SimpleFormController or AbstractFormController Hi, In my application I have a login screen when user fills and is authenticated he goes to 1) If temp password is set change password screen where ...
Using Spring AbstractFormController Hello I am a newbie to Spring MVC. I am trying use AbstractForm Controller to view and process a form but unable to do so. I know SimpleForm ...
Jun 13th, 2007, 12:22 AM #1 sami25 View Profile View Forum Posts Private Message Senior Member Join Date Mar 2006 Location Bangalore, India Posts 242 potential problem in AbstractFormController or form ...
Jul 27th, 2007, 03:51 AM #1 zkelly13 View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 6 Validation with AbstractFormController? Hello, This is probably a very ...
AbstractFormController question I'm trying to use the AbstractFormController to automatically bind the fields coming from the requesting page, but all the values are null. With some logging I can see that ...
AbstractFormController--Am I missing something? I am migrating from a hack I layered over struts to Spring MVC. I implemented my own superclass that looked like an AbstractFormController but was actually a ...
Hi, if i have overriden the following methods in my class MyFormController which extends SimpleFormController.. 1. formBackingObject 2. initBinder 3. onSubmit 4. referenceData By changing MyFormController to now extend from AbstractFormController, ...
Converting AbstractFormController to Annotated Controller I have searched extensively all over the internet and this forum for an answer but I don't seem to be able to find an answer to ...