ColdBox Framework Forums Notification: Post to Error: "the exists method was not found"

Title: RE: Error:
Thread: Error: "the exists method was not found"
Forum: Bugs
Conference: ColdBox
User: lmajano HI,

Its hard to tell if the object was there or not, can we do a test. Can
you surround the following:

[code]
      /* Flash Persistance Contruction */
if ( oFlashStorage.exists('_coldbox_persistStruct') ){
        //Append flash
persistance structure and overwrite if needed.
Context.collectionAppend(oFlashStorage.getVar('_coldbox_persistStruct'),true);
//Remove Flash persistance
oFlashStorage.deleteVar('_coldbox_persistStruct');
      }

[/code]

with the
following:

[code]
try{
..code here

}
catch(Any e){
getUtil().dumpit(oFlashStorage);getUtil().abortit();
}
[/code]

And then
let's see if we can figure out, exactly what was in that object. This would be
great for debugging and seeing what happend to that variable.

Let me know.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=67C833D4-FF65-CEF6-65D7983290335459