This is kind of a reprise of an earlier e-mail, but it's more narrowed down and easy to reproduce.
I have a form in a loop (in a cell parameter basically). The form is very simple. It has a propertyeditor component which edits a custom data type. I have defined a custom component which inherits from AbstractField to edit that type -- this custom component implements processSubmission. Looking at the parameter names coming from the submission of the form, I notice that the field in the looped-over form always has a "_n" tacked onto its parameter name. This makes perfect sense since the form is in a loop. However, the elementName argument to process submission does not have this integer tacked on, and there's no way to know which parameter to pull out. Any thoughts on how to solve this dilemma? I.e., how to capture the integer value in my custom editor so I can grab the right parameter? -- Bill @ PeoplePad