On 2011/08/15 18:49 PM, Nicholas Dierauf wrote:
Hi Bob. I did override the get/setValueObject methods in my custom HiddenField class, which seemed to work for my own HiddenField members. But the Form class generates additional Click HiddenField members to pass a couple of extra parameters, including the form name. I don't have any control over which version of HiddenField that Click Form uses ...
The copyForm iterates all fields and calls set/getValueObject on each one. I would expect that the HiddenFields Click added should still work fine even when mixed with your custom HiddenFields.
regards Bob
