You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Richard Yee <ry...@cruzio.com> on 2004/09/01 07:02:53 UTC

Re: Dots in form names creates problems with Javascript Validator function names

I believe that a period is not allowed in an identifier. You should pick 
another name for your form.

-Richard


At 09:59 PM 8/31/2004, you wrote:
>Hi!
>
>I have some forms with dots in their names.
>
>The problem is that the JS validation code being generated is not quite
>right
>
>Is there a resolution/work-around to this issue ?
>
>e.g.
>
>FormName: employer.search
>JS generated:
>
>=============
>
>     function employer.search_required () {
>         ...
>         ...
>     }
>
>     function employer.search_email () {
>         ...
>         ...
>     }
>
>=============
>
>
>TIA,
>
>Kunal
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>For additional commands, e-mail: user-help@struts.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org