You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/19 02:08:32 UTC

[Struts Wiki] Trivial Update of "EventActionDispatcher" by WendySmoak

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/EventActionDispatcher

------------------------------------------------------------------------------
    /**
     * Instantiate event dispatcher
     */
-   protected ActionDispatcher dispatcher =
+   protected ActionDispatcher dispatcher = 
-       new EventActionDispatcher (this, false);
+       new EventActionDispatcher(this);
  
    /**
     * Use event dispatcher to call an appropriate event handler. 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org