I am getting NullPointer Exception in JavaScriptValidatorTag.doStartTag(297) while trying to use client side validation with DynaValidatorForm, which seems like a bug.
(297: String javascript = va.getJavascript(); //nullpointer) the error is encountered when it tries to load the fields from this form: <html:javascript formName="accountForm" />.. In which accountForm is a DynaForm whose type is DynaValidatorForm. It works fine with server side validation though. Just wonder if anybody has the same problem. Thanks. vn. --------------------------------- Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes

