I'll do that as a workaround if there is no nice solution.
Its just that inline validation seems easier to maintain in the futur in the
app I have because it is made of a lot of templates
and a maintainer that dont know the app well maybe lost at finding where the
validation come from.

On 8/28/07, David Duymelinck <[EMAIL PROTECTED]> wrote:
>
>
> Is it an option for you to not use the meta data plugin? The rules can
> be set without it too.
>
> $("#Form").validate({rules: {inputname: "required"}});
>
>
> --David
>
>
> Olivier Percebois-Garve schreef:
> > Hi
> >
> > I'm having an issue with the validation plugin. It conflicts with a
> > smarty-based php class named formsess.
> > It does not allow signs such as "{" in form tags.
> > Sounds like hell to go modify formsess, so I hope to find a way to
> > change that in the validation plugin.
> > Could it be possible to replace class="{required: true}" with
> > class="[required: true]" ?
> >
> > thanks
> >
> > -Olivier
> > ------------------------------------------------------------------------
> >
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.5.484 / Virus Database: 269.12.10/976 - Release Date:
> 27/08/2007 18:20
> >
>
>
> --
> David Duymelinck
> ________________
> [EMAIL PROTECTED]
>
>

Reply via email to