From: Gandulf <gan...@gm...> - 2002-11-08 08:56:57
|
Hello, I'm currently working an an turbine/velocity/torque environment and use intake as the buildin formprocessing tool. But since working with Intake is rather anoying I'm thinking about switching to another formprocessing tool. I looked at the documentation of Formproc and it's seems to be an alternative to Intake. But I'd need some special Information about FormProc, especially about how it handels arrays of formelements. Here is an short example ...(a little bit minimalized) ---- <form> <input type="text" name="name1"> <input type="text" name="name1"> <input type="text" name="name2"> <input type="text" name="name2"> </form> ---- Now If I submit such an Form, it would create two arrays (name1[], name2[]) wich contain the values for the two inputs with the same names. Now my Question: Is Formproc able to handle such a form and save the values in an object (via the store.ReflectionMapper), since Intake is not ??? thx Gandulf |