Re: add textfields to form dynamically

2010-06-08 Thread Thiago H. de Paula Figueiredo
On Tue, 08 Jun 2010 11:22:03 -0300, Dimitrios Sferopoulos wrote: You can't use dots for Tapestry t:id's nor HTML ids. Use an underscore or hyphen instead. There has to be a dot there as it refers to dynamic content retrieved from an arraylist of objects. You can use a dot in the value pa

Re: add textfields to form dynamically

2010-06-08 Thread Dimitrios Sferopoulos
Thiago H. de Paula Figueiredo wrote: On Tue, 08 Jun 2010 10:46:40 -0300, Dimitrios Sferopoulos wrote: Hi all, Hi! I want users of an advanced search page to be able to add textfields to a form dynamically. There should be a plus sign button which when each time it's pressed there should

Re: add textfields to form dynamically

2010-06-08 Thread Thiago H. de Paula Figueiredo
On Tue, 08 Jun 2010 10:46:40 -0300, Dimitrios Sferopoulos wrote: Hi all, Hi! I want users of an advanced search page to be able to add textfields to a form dynamically. There should be a plus sign button which when each time it's pressed there should be added 2 dropdowns and a textfiel