Folks, Need some pointers here. I've mainly got the event based c/s validation working fine. However, this morning we uncovered an issue that needs some of your feedback. Basically, we're registering the _validateInput(event) method against onchange programmatically from within the _addValidators() method (which I think is the direction we want to take for event registration). Note - you can try this out by inserting _TrEventBasedValidation=true; into a script at the top of your page.
This works just great, until you use autoSubmit="true", which causes the SimpleInputTextRenderer (and others) to render the autoSubmit script via onchange="_adfspu(...);return true;". This obviously fires the autoSubmit code prior to the _validateInput and hence causes the server-side validators to be used. So, does anyone have a suggested workaround to this? Should autoSubmit="true" render the _adfspu() call differently, if so how could we ensure validators registered prior to autoSubmit event handlers? Thanks, Danny -- Chordiant Software Inc. www.chordiant.com
