From: CF_HELP on
I need to refresh the entire page, so I am not using any div on my javascript,
I am using the following line.

ColdFusion.navigate(AjaxFormAction, null, callback, errorHandler, 'post',
'LocCondByQtr')

there is no error but, the whole form is being submit as GET not POST.
I see my form variables in the url, I need those in the form scope, any idea
where I am doing wrong?

My form name is "LocCondByQtr" and the action for that page is save in
"AjaxFormAction" variable.
I am also using the grid on my form as well.

Please advise.

Thanks,

From: GArlington on
On Jun 19, 1:26 pm, "CF_HELP" <webforumsu...(a)macromedia.com> wrote:
> I need to refresh the entire page, so I am not using any div on my javascript,
> I am using the following line.
>
> ColdFusion.navigate(AjaxFormAction, null, callback, errorHandler, 'post',
> 'LocCondByQtr')
>
> there is no error but, the whole form is being submit as GET not POST.
> I see my form variables in the url, I need those in the form scope, any idea
> where I am doing wrong?
>
> My form name is "LocCondByQtr" and the action for that page is save in
> "AjaxFormAction" variable.
> I am also using the grid on my form as well.
>
> Please advise.
>
> Thanks,

Try "POST" in capitals... If it will not work you can report it as a
bug, but why would you use Ajax to refresh full page???