Re: CFWindow and CFForm Submit

2008-07-17 Thread gary gilbert
Cfwindow is just a layer in the entire document, you should be able to call the refresh method on your grid in your "parent" window by using javascript after you submit your form in the cfwindow, you just need to have a js function that exposes this functionality. Gary Gilbert http://www.garyrgilb

CFWindow and CFForm Submit

2008-07-16 Thread Michael Fisher
Hi, I have looked around and have found documentation stating that if I have a cfwindow with a cfform, the form will submit in the cfwindow and will NOT refresh the parent page. Is this correct. I need the parent page to refresh because I have a query setup when you initially hit the page. The