Re: [Wicket-user] Dyanmic component's model

2006-09-13 Thread Joshua Lim
Thanks for the reply igor I will experiment... On 9/13/06, Igor Vaynberg [EMAIL PROTECTED] wrote:depends on what you want to do with it, if you want the input to go back into the question you can just do item.add(new TextField(inputText , new PropertyModel(item.getModel(),

Re: [Wicket-user] Dyanmic component's model

2006-09-12 Thread Igor Vaynberg
depends on what you want to do with it, if you want the input to go back into the question you can just doitem.add(new TextField(inputText , new PropertyModel(item.getModel(), questionText));-IgorOn 9/12/06, Joshua Lim [EMAIL PROTECTED] wrote:Hi I am trying to create a set of dynamic components