[Chameleon] overriding maturity level of application
Bart van den Eijnden (OSGIS)
bartvde at xs4all.nl
Fri Aug 25 05:28:59 EDT 2006
Replying to my old e-mail since I now found out what the problem was.
The maturity level needs to be overrided after the CWCInitialize call, so:
$oApp->CWCInitialize( $szTemplate, $szMapFile );
$oApp->mnMinimumMaturityLevel = MATURITY_ALPHA;
$oApp->CWCExecute();
Best regards,
Bart
Bart van den Eijnden (OSGIS) wrote:
> Hi list,
>
> using Chameleon 2.4 beta2 and MS4W 1.5 I can't seem to override the
> maturity level of an application for using JSAPI, I used to do it like
> this in the application's index.phtml file:
>
> $oApp->mnMinimumMaturityLevel = MATURITY_ALPHA;
> $oApp->CWCInitialize( $szTemplate, $szMapFile );
>
> But then I get the error message at the end of this e-mail.
>
> If I change chameleon.xml to ALPHA it works okay. Any ideas what could
> be wrong?
>
> ERROR: widget does not meet minimum maturity level for this
> application : cwcjsapi
>
>
--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl
More information about the Chameleon
mailing list