On Jan 20, 2008 8:14 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: personally i would map the form to a bean, and then in onsubmit() > transfer those properties to an instance of your domain object. > > Igor, could you please tell in short how is this better than just get data form the models of each component in onsubmit()? I'm doing same thing within my app and was wondering if I should create a bean just for form data extraction purposes.
-- sp
