well, cache *might* be the problem, but I doubt it. Try turning it off. Also, I'm pretty sure that there might be a difference between view and bodyview, in which case your url would need to be bodyview=displayBody or something like that, I forget.
One thing you could check if all those things haven't done anything is to dump the structure: applications.stCoapi.supergroup and see what you see under the webskin. If the webskin displayBody doesn't resolve to the proper path, then my only guess left is that you have a syntax error in your displayBody.cfm that is preventing it from being loaded. Dumb it down to the simplest piece and build it back up again... On Tue, Mar 2, 2010 at 8:49 AM, Activant <[email protected]> wrote: > Cache is on > > On Mar 1, 8:32 pm, Tomek Kott <[email protected]> wrote: > > would you give the exact url you are using to get the view? > > > > One last thing, is the cache off? > > > > On Mon, Mar 1, 2010 at 12:26 PM, Activant <[email protected]> > wrote: > > > I had already reloaded. I do that every time I make a change. > > > > > Spellings are verified as accurate. > > > > > I pulled the objectID right out of superpowers table > > > > > On Mar 1, 9:56 am, Tomek Kott <[email protected]> wrote: > > > > you've updated COAPI info (webtop -> Admin -> Developer -> reload app > -> > > > > COAPI)? > > > > > > All spellings are correct (for type and template)? > > > > > > objectID matches the type you are expecting? (check, for example, > what > > > the > > > > refobjects table says about the objectid you are selecting) > > > > > > Tomek > > > > > > On Mon, Mar 1, 2010 at 10:45 AM, Activant <[email protected]> > > > wrote: > > > > > I am working through unit seven and messing with the different > views, > > > > > such as displayBody. I created a displayBody.cfm and put it in > projects > > > > > \myproject\webskin\superpowers\. > > > > > > > When I view an object from the superpowers table (I used the > objectID > > > > > and view variables in my url), it is not utilizing the > displayBody.cfm > > > > > page that I built, but rather the page that comes with FarCry in > the > > > > > projects\myproject\webskin\types\ directory. > > > > > > > What am I doing incorrectly? Why is it not using my displayBody > view? > > > > > > > Thanks, > > > > > > > ~Clay > > > > > > > -- > > > > > You received this message cos you are subscribed to "farcry-dev" > Google > > > > > group. > > > > > To post, email: [email protected] > > > > > To unsubscribe, email: > > > > > [email protected]<farcry-dev%[email protected]> > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > <farcry-dev%[email protected]<farcry-dev%[email protected]> > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > > > > > For more options:http://groups.google.com/group/farcry-dev > > > > > -------------------------------- > > > > > Follow us on Twitter:http://twitter.com/farcry > > > > > -- > > > You received this message cos you are subscribed to "farcry-dev" Google > > > group. > > > To post, email: [email protected] > > > To unsubscribe, email: > > > [email protected]<farcry-dev%[email protected]> > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > For more options:http://groups.google.com/group/farcry-dev > > > -------------------------------- > > > Follow us on Twitter:http://twitter.com/farcry > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
