If using the latest code, you can have it injected into your action via:
@Inject(StrutsConstants.STRUTS_DEVMODE)
public void setDevMode(String mode) {
this.devMode = "true".equals(mode);
}
This holds true for any configuration value or internal framework object.
Don
On 1/12/07, Dirk Bergstrom <[EMAIL PROTECTED]> wrote:
I need to find the value of the devMode flag from within my code. Ideally I'd
have access to it from the ApplicationListener, so that I could set logging
levels and choose the correct database. At the least, I need it in my
ActionSupport classes, so I can turn on Dojo debugging.
I've googled, and dug through the javadocs, but I can't find anything.
--
Dirk Bergstrom [EMAIL PROTECTED]
_____________________________________________
Juniper Networks Inc., Computer Geek
Tel: 408.745.3182 Fax: 408.745.8905
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]