My use case is this, i would like to let the user to enter an undefined number of values. I have the UI implemented with a loop component getting the number of cycles from a page property and in each cycle it places a new textfield component.
The problem is, what property do i put in each of the textfield value paramters ? I'm holding the values in a List property in my page. I can't do <input t:type="textfield" value="myList.0"/>. Any ideas ? I'm thinking that i may be complicating something that probably is much simpler. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
