Im finally getting back around to playing with Coldbox somemore and
decided to upgrade. I was running version 2.0.0 so I upgraded to 2.0.2
and now Im getting an error when trying to view the dashboard.
The argument DEFAULTVIEW passed to function init() is not of type
string.
If the component name is specified as a type of this argument, the
reason for this error might be that a definition file for such
component cannot be found or is not accessible.
The error occurred in /Applications/JRun4/servers/cfusion/cfusion-ear/
cfusion-war/coldbox/system/beans/requestContext.cfc: line 32
Called from /Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-
war/coldbox/system/services/requestService.cfc: line 96
Called from /Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-
war/coldbox/system/services/requestService.cfc: line 65
Called from /Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-
war/coldbox/system/services/exceptionService.cfc: line 38
Called from /Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-
war/coldbox/system/coldbox.cfm: line 136
Called from /Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-
war/coldbox/dashboard/index.cfm: line 13
30 : <!---
************************************************************* --->
31 : <cfargument name="struct1" type="any" required="true"
hint="Usually the FORM scope">
32 : <cfargument name="struct2" type="any" required="true"
hint="Usually the URL scope">
33 : <cfargument name="DefaultLayout" type="string"
required="true">
34 : <cfargument name="DefaultView" type="string"
required="true">
Any thoughts?