> I've never really used the admin api until today. I'm having a problem > catching a bad login. I tried wrapping the instantiation/login in a > try catch, but it seems to be ignoring the catch. Is there any easy > way to catch a bad admin api login? I'm not seeing anything in the > docs or examples I've found.
If you mean administrator.login(), it returns a boolean (ie True if the login was successful). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314504 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

