DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15697>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15697

AbstractMethodError when using Plugins like Tiles and Validator





------- Additional Comments From [EMAIL PROTECTED]  2002-12-28 08:47 -------
Just in case any else encounters this error - I might as well document the 
fix ;)

I had to add the following to the MenuPlugIn.java class:

    /** The plugin config object provided by the ActionServlet initializing
     *  this plugin.
     */
    protected PlugInConfig currentPlugInConfigObject;
    
    /**
     * Method used by the ActionServlet initializing this plugin.
     * Set the plugin config object read from module config.
     * @param currentPlugInConfigObject
     */
    public void setCurrentPlugInConfigObject(PlugInConfig 
currentPlugInConfigObject) {
        this.currentPlugInConfigObject = currentPlugInConfigObject;
    }

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

Reply via email to