Yes, you should see an entity of kind "testcfc" in the Data Viewer. You should also be able to retrieve the CFC(s) from within your code using:
<cfset TestCFCArray=GoogleQuery( "select from testcfc" )> Vince On Jun 2, 11:44 am, Baz <[email protected]> wrote: > > For the first time ever I decided to use cfeclipse's wizard to create the > cfc for this test case. It's usually a pet-peeve of mine not to scope > variables. Now it works. > > Normally I create a variable.i=structnew() to hold my instance variables, > but I shouldn't do that here because the gae integration only looks for > simple vars directly on variables right? > > Should I be seeing some data in the "Data Viewer" tab on my google > dashboard? I uploaded the app and ran it, expecting to see a new entry > there. > > Cheers, > Baz > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
