Re: Form bean and variable number of fields

2005-02-24 Thread Muhammad Asif
Thanks for your reply Jeff. I am trying to develop a simple action and bean with mapped properties for proof of concept. This will confirm if i can use these. Asif At 06:02 PM 2/22/2005, you wrote: >Have you looked at indexed and/or mapped form bean properties? > >Muhammad Asif wr

Form bean and variable number of fields

2005-02-22 Thread Muhammad Asif
Hi, I have a form that contains variable number of fields. User can add/remove fields on this form dynamically (using some separate gui). For using a form-bean we need to know number of fields before hand if new fields are added we need to change form-bean definition each time. Is there way to