[email protected] wrote:
I am wondering if there's a solution to the below problem in click framework or any other framework. My user will have to populate javabeans in the front-end and post them to the back-end.Iam planning to have a form per bean or fieldset per bean. The form fields will correspond to the javabean properties. The type of the javabean is however arbitrary and can be any bean.
Actually if you use the "form per bean" strategy you don't have to do anything special. Form copyTo and copyFrom will work as expected so this is probably the easiest way to handle this scenario.
bob
