On Mon, Sep 7, 2009 at 12:50 PM, Sean Corfield<[email protected]> wrote: > I wonder if this type of code fails on OpenBD: > > request.controller = null; // effectively - by getController() not > returning anything > if ( structKeyExists( request, "controller" ) ) { > ... > > Does OpenBD return true for that I wonder? (Adobe CF and Railo return > false there)
I changed it to isDefined( 'request.controller' ) and that does not fix the issue so I'm suspecting it's more complicated than this. Does isDefined() return true for a variable that has a null value? If so, that's incompatible with Adobe CF and Railo. -- Sean A Corfield -- (904) 302-SEAN Railo Technologies US -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
