Hi all,

I am generating some form field names dynamically, based on the value of a request variable. Since I am using Niall Pemberton's LazyValidatorActionForm (see http://www.niallp.pwp.blueyonder.co.uk/), I don't have a problem getting their values. The problem is validating them.

Currently I have to specify in the validation.xml file all fields that I want validated. Since I am generating some form fields on the fly, I can't hardcode their names in the validation.xml file.

Does anybody know of a way around this? I guess I could always extend the LazyValidatorActionForm class with my own implementation of the validate method, but does anybody have a better way, so I can still have all my validation specified inside the validation.xml file?

Thanks,
Thompson


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to