Default command for ControllerConfig seem to be hardcoded
---------------------------------------------------------

Now the interesting part: these strings are never referenced anywhere.
The command is initialized in ControllerConfig class:

   protected String command = "servlet-standard";

It has getter and setter, but setter does not seem to be called from anywhere.

The ControllerConfig properties can be set by specifying attributes in the <controller> element in struts-config. This is ultimately handled by the config digester. (see http://struts.apache.org/struts-action/struts-core/xref/org/apache/struts/config/ConfigRuleSet.html#87)

Joe
--
Joe Germuska
[EMAIL PROTECTED] * http://blog.germuska.com
"You really can't burn anything out by trying something new, and
even if you can burn it out, it can be fixed.  Try something new."
        -- Robert Moog

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

Reply via email to