Seems like I had an issue like this and I changed the submit button to just a button (instead of submit) and used ColdFusion.navigate. It has options where you can chose which div to submit the form in and other options.
On Sat, Aug 1, 2009 at 3:10 PM, Les Mizzell <[email protected]> wrote: > > I've still not figured this out. > This isn't a "do my work for me by posting some code" request! > > I just need a pointer in the right direction. I've been looking at the > live docs and miles of AJAX/Javascript code and my head is starting to > hurt! Surely it can't be *that* complex! > > All I need to do... > > 1. Display a number of returned records on a page (grid format doesn't > really get it) > > 2. With the parent window staying in place, click the record to update. > > 3. Open a CFWINDOW withe update form. > > 4. Submit the form, which will > a. update the database > b. update the displayed data on the parent page in place > > > Works fine up to 4a. To refresh the changed data on the parent page > though, I'm having to force a page refresh, which defeats the whole > purpose of trying to get it to update in place without a page refresh. > > There's got to be a good tutorial on this somewhere, I've just not found > it yet... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325166 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

