Hello all

Say I have a struts2 form:

<s:form action="Subscribe_*" validate="true">
  <s:textfield key="something"/>
</s:form>


The javascript validation generated for this form is unfortunately
invalid. Firefox complains about the "*" character.

Is there any way to get around this without turning to server side validation?

kind regards
-- 
Markus Stauffer

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

Reply via email to