If you use submitForm, then you are doing an AJAX request. If you want
something to change in the display, you have to do it yourself. You
may want to NOT use submitForm() and just use cfform and post to the
confirmation page.


On 9/11/07, Asim . <[EMAIL PROTECTED]> wrote:
> onclick button event I use ColdFusion.Ajax.submitForm()
>
> it is inside the cfform. on the action page i have a confirmation page, when 
> I submit the button, it should take me to the confirmation page. but nothing 
> happens.
> on the ColdFusion Ajax logger. I see this entry
> info:http: Form submission successful, form id: dataForm
>
> which means the submission is successful, but why the window didn't change 
> the contents?
>
> Thanks,
>
>
>
> >Use cfform. Or use ColdFusion.Ajax.submitForm.
> >
> >
> >> I have a form inside cfwindow, when the form submit, it refresh the main
> >> page, not just the window. how can I just limit the form submission just
> >> only inside the cfwindow?
> >>
> >> Thanks,
> >>
> >>
> >>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288183
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to