Ok, I now use a similar tech ( zajaj ) I made the question to integrate all
the validations in a Only One routine.

thanks

2008/10/23 Jörn Zaefferer <[EMAIL PROTECTED]>

> Currently there is no good option to customize the request. The
> easiest way may be using $.ajaxSetup, though that affects all
> requests.
>
> $.ajaxSetup({
>  type: "post"
> });
>
> Jörn
>
> On Thu, Oct 23, 2008 at 11:04 PM, Àlex Corretgé <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have a hidden field in a form that contain the JSON view of the form
> > values. The Submit button fill it before the $('#form').submit();
> >
> > I have some rules created by the user in a database, and I try to use
> > Validator to manage this 'user validations' sending to a remote rule
> handler
> > the 'validation formula' and the field that contains all the form data.
> >
> > all data is send by GET method.
> >
> > Reading this doc:
> >
> > http://www.boutell.com/newfaq/misc/urllength.html
> >
> > I view that IE only manage 2048 chars for url and I'm worried.
> >
> > Is possible to send the value of the field tiggered with a remote rule by
> > POST method?
> >
> > --
> > Atentament / Kind Regards
> >
> > Àlex Corretgé
> > Serveis Informàtics Corretgé.com SLU
> > http://corretge.cat/
> >
> > LinkedIn: http://www.linkedin.com/in/corretge
> >
>



-- 
Atentament / Kind Regards

Àlex Corretgé
Serveis Informàtics Corretgé.com SLU
http://corretge.cat/

LinkedIn: http://www.linkedin.com/in/corretge

Reply via email to