Re: [Rife-users] list of inputs in a form

2006-10-27 Thread Henk
works great ! Thanks Emmanuel. Henk Emmanuel Okyere wrote: Henk, I think you can give them the same name, and probably have a different id for each of them. Then use the getParameterValues() (or any of the speicialized ones: getParametertypeValues) call to retrieve them in the order they

[Rife-users] list of inputs in a form

2006-10-26 Thread Henk
Hi guys, I want to show and process a form with some textinput tags, the number of inputs depending on some value I know on beforehand. E.g. I know a user needs to input three comments, so I show three textarea's. But how should I name these textareas in order to be able to process them

Re: [Rife-users] list of inputs in a form

2006-10-26 Thread Emmanuel Okyere
Henk, I think you can give them the same name, and probably have a different id for each of them. Then use the getParameterValues() (or any of the speicialized ones: getParametertypeValues) call to retrieve them in the order they appear in the template output. HTH Cheers, Emmanuel On