PDA

View Full Version : no results on details page after insert


tige247759
07-16-2009, 02:11 PM
I created a set of cf files using the wizard. When I insert a new record, it normally goes to the details page and shows the record with the ASP sets I have created, but this time the details page wont show the entered record. However the insert works because I can see the record on the results page.

A possible clue: after running the wizard to create the cf files, I got this error while the wizard was compiling the pages:
TypeError: this.transMgr.CFOutput.Push is not a function

Any ideas?

Ray Borduin
07-16-2009, 02:30 PM
You don't have an applicaiton.cfm defined to start your session and session variables aren't being stored properly.

tige247759
07-16-2009, 02:49 PM
Ahh that did the trick. It must be painful sometimes watching us noobs flounder about. In case anyone is wondering, I used an example application.cfc file that I found here:

http://blog.strikefish.com/blog/index.cfm?mode=entry&entry=585F0E1E-E19B-31A5-4357446E2AF47653

Thanks for your help with this.