I have an HTML form that has a variable amount of fields. Because the number of fields (and thus their field names) are unknown at submission, how can I write an XSP page that will take the dynamic content? (The dynamic content however, is deducible, either by DOM tree, or local _javascript_ variables) And the field names are standardized (e.g. "input1", "input2", "input3" etc. to and unknown n)

Reply via email to