This doesn't seem to work in a page model file
@Inject
@Symbol(value=SymbolConstants.PRODUCTION_MODE)
private Boolean productionMode;I get a nullpointerexception when I try and use it. Also, is the magic method name onPageLoad() for setting up vars at page instance load time? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
