Probably, but how will you capture the form's values? Using request.getParameter() is a lot more difficult than allowing Spring to do the binding for you.
Matt On Thu, Aug 21, 2008 at 4:31 PM, MHL <[EMAIL PROTECTED]> wrote: > > Hi all, > > Can I create a Spring MVC form without using a JavaBean class? > > Thanks > > > -- > View this message in context: > http://www.nabble.com/Can-Spring-MVC-form-use-without-setting-a-commandName-and-command-class-tp19098255s2369p19098255.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
