Re: Struts dyanmic master detail form

2004-06-06 Thread nikhil walvekar
Hi Shoaib, We have done such thing, for client side u need to have addNew row javascript. mapping those fields to form what you can do is you can have arrays declared in form bean, in your jsp when you write logic:iterate id=someId name=formBean property=yourArray type=classOfObjectInArray

Struts dyanmic master detail form

2004-06-04 Thread shoaibm
Dear All, we are trying to create a master detail form, where in rows can be added dynamically on the client side can any body please tell me how to do it. We cant use arrays of objects of line items beacus its size has to be fixed.If we use Map we are not able to do the validations.Please guide