I have this field on a web page:

<s:textfield name="user.zip.zip" label="%{getText('user.zip.zip')}"
size="10" onblur="zipChanged(this.value);"onfocus="clearCityAndStateFields();"
/>

and this validator configured for it:

   <field name="user.zip.zip">
       <field-validator type="requiredstring">
           <message key="requiredstring" />
       </field-validator>
   </field>

The only way I can pass the "Zip Code is required" validation is to remove the
validator entry.  All the other fields on the page work
fine with their validators.  Is there some issue with Javscript?  This is
the only field wired to script.

--
Scott
[EMAIL PROTECTED]

Reply via email to