RE: T5 how to get form fields

2007-09-20 Thread Kristian Marinkovic
TED]> 20.09.2007 11:12 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema RE: T5 how to get form fields thanks kris, unfortunately it solves my problem partly. having my form submitted actually i'm not able to query for each field separately bec

RE: T5 how to get form fields

2007-09-20 Thread Janko Muzykant
thanks kris, unfortunately it solves my problem partly. having my form submitted actually i'm not able to query for each field separately because i don't know how many fields were inserted . let's assume that each added field has it's name in a form: 'name_x' where x=0,1,2... in such a case i wou

RE: T5 how to get form fields

2007-09-20 Thread Kristian Marinkovic
hi janko, just inject the request object into your page and read the values manually: @Inject Request req; req.getParameter("formfield"); ... g, kris Janko Muzykant <[EMAIL PROTECTED]> 20.09.2007 10:41 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema T