Re: Proccesing "normal" form data with flow

2006-02-22 Thread Bertrand Delacretaz
Le 22 févr. 06 à 13:40, Derek Hohls a écrit : ...I assume that I then need an array in flowscript to iterate through the parameters... are there any Cocoon samples that show this, or should I rather look elsewhere?... I don't have a sample handy. but if you look at the API under http:// cocoo

Re: Proccesing "normal" form data with flow

2006-02-22 Thread Derek Hohls
Bertrand This helps tremendously - fortunately I only have to worry about processing the checked items... although the trick of putting the names into a hidden field is really neat! I assume that I then need an array in flowscript to iterate through the parameters... are there any Cocoon sample

Re: Proccesing "normal" form data with flow

2006-02-22 Thread Bertrand Delacretaz
Le 22 févr. 06 à 08:14, Derek Hohls a écrit : ...The problem, though, is how to get all the IDs of all checkboxes that have been checked, where the total number of checkeboxes and their IDs, vary from case to case... If you cannot use CForms, the easiest IMHO is to use naming conventions for

Re: Proccesing "normal" form data with flow

2006-02-21 Thread Derek Hohls
Bertrand Thanks, that makes sense. The problem, though, is how to get all the IDs of all checkboxes that have been checked, where the total number of checkeboxes and their IDs, vary from case to case (sorry, should have been more specifc in my original request). Derek >>> [EMAIL PROTECTED] 20

Re: Proccesing "normal" form data with flow

2006-02-21 Thread Bertrand Delacretaz
Le 21 févr. 06 à 14:37, Derek Hohls a écrit : I have a use case where I need to process data from "normal" HTML form - is flow capable of doing so and, if so, how? I specifically need to fetch and process a set of checkbox values (each with unique id). No problem, just grab the parameters from

Proccesing "normal" form data with flow

2006-02-21 Thread Derek Hohls
I have a use case where I need to process data from "normal" HTML form - is flow capable of doing so and, if so, how? I specifically need to fetch and process a set of checkbox values (each with unique id). If flow is not going to work, are there any other alternatives (excluding writing custo