Form component has a zone parameter. Use that, and the form will be
submitted with AJAX.

2009/8/18 sohu <zebra...@sohu.com>

> if like this:
> var myAjax = new Ajax.Request("poicenter.form", {
>   method :'post',
>   parameters :"c=c",
>   onComplete :null
>  });
> tomcat will throw exception:Forms require that the request method be POST
> and that the t:formdata query parameter have values.
>
> if I just submit like this: form.submit(). Then isXHR() will return false
> and zone will not be update.
>
> any advise?
> 2009-08-18
>
>
>
> sohu
>

Reply via email to