Date: 2004-09-18T13:36:11
Editor: MichaelMcGrady <[EMAIL PROTECTED]>
Wiki: Apache Struts Wiki
Page: StrutsCatalogDispatchUtil
URL: http://wiki.apache.org/struts/StrutsCatalogDispatchUtil
no comment
Change Log:
------------------------------------------------------------------------------
@@ -12,8 +12,6 @@
For those who have used MappedDispatchAction and LookupDispatchAction, this solution
will do everything that you are doing. You have to understand, however, which many
people seem to have a really, really, really hard time doing, that there is a
fundamental shift in how the logic in this class, DispatchUtil and its prior class
SimpleDispatchAction work. There are those who want to say the equivalent of "0 is
just another number, so there is no big change here". I cannot continue to try and
awake them from their dogmatic slumbers. Let me just say for the last time that the
change from mining, getting, obtaining, etc. the name from the name/value request
parameter pair is a significant change that makes DispatchUtil lighter, more flexible
and less coupled in every respect. People continue to argue and to insist that this
class won't work as coded when it is doing fine in actual sites.
== Code ==
-
-=== DispatchUtil ===
{{{
package com.crackwillow.struts.util.dispatch;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]