Or you can override it in your application to return the mode you want.

@Override
public String getConfigurationType() {
return Application.DEVELOPMENT;
// return Application.DEPLOYMENT;
}

Vitek

raybristol wrote:
dummy question, how to set wicket in Deloyment mode? There is a
Application#getConfigurationType() but I expect something like
Application#setConfigurationType() which does not exist so I thing I must
miss something here...

Many thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to