Hi, [email protected] wrote:
How will I parse the user request and create the right number of bean objects in the backend and populate them with the values entered by the user. Do I build a string like numOfBeans=5&slNo=1^beanName=Customer^name=Mike^city=toledo&slNo=2^beanName=Order^orderId=c05^qty=100... and then parse it in the back-end or is there some other way.
Yes that could work although things would be quite complex, especially if you can have multiple beans of the same type. You will also need a custom implementation of Form.copyTo and copyFrom to be able to copy values between Fields and JavaBeans.
kind regards bob
