[ http://issues.apache.org/struts/browse/WW-1421?page=comments#action_38168 ] Ted Husted commented on WW-1421: --------------------------------
The larger question might be whether we can implement all of the settings in "package scope". Can one package be "DEV-MODE" true while another is not? Personally, that works for me, since it gives us a chance to use a scalpel rather than a swiss army knife. But, it also implies a best practice of createing a base package for an application from which all others extend, rather than extending struts-defaults more than once. > Move global settings from property file to Struts configuration > --------------------------------------------------------------- > > Key: WW-1421 > URL: http://issues.apache.org/struts/browse/WW-1421 > Project: Struts 2 > Issue Type: Improvement > Reporter: Ted Husted > Fix For: 2.0.1 > > > On 8/29/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote: > >> So we need to specify all these settings as > >> properties, or could they be specified in a > >> struts.xml instead? I > >> it would be nice if we could configure > >> everything in one place. > > > > Yes, I agree, we should do this. The only reason we had it split up before > > was because > > we didn't have a WebWork-specific DTD. But we have that now, thanks to Don, > > we I > > agree, we should change it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
