Re: JavaScript Validation of Indexed Properties

2004-09-11 Thread Terry Roe
Niall, Thank you very much for your response. I'd seen many people asking this question, but no definitive answers. I appreciate your help, very much. TR Niall Pemberton wrote: No Struts does not do javascript validation of indexed properties. The createDynamicJavascript() meth

Re: JavaScript Validation of Indexed Properties

2004-09-11 Thread Niall Pemberton
No Struts does not do javascript validation of indexed properties. The createDynamicJavascript() method in JavascriptValidatorTag has the following code: // Skip indexed fields for now until there is a good way to handle // error messages (and the length of the list (could retrieve from

JavaScript Validation of Indexed Properties

2004-09-10 Thread Terry Roe
I guess my last post was too lengthy for anyone to read and respond to. Trying again... Does Struts JavaScript validation work with indexed properties? If so, a pointer to an example would be appreciated. If not, confirmation that it's not supported would be appreciated. TR