This is the error when I tried with &
org.apache.avalon.framework.service.ServiceException: Unable to provide implementation for org.keel.services.model.Model/mam.editclip&command=clear&method=add (Key='org.keel.services.model.Model/mam.editclip&command=clear&method=add')
See below for the fix for this.
From the system.xconf file;
<menu title="Add Inventory" model="mam.editclip&command=clear&method=add"/>
This is actually good news, since the XML crash isn't happening anymore.
Attached, as per you request, is the complete, unabridged catalina.out (zipped to conserve bandwidth), for when I had the following in my system.xconf file;
<menu title="Add Inventory" model="mam.editclip&command=clear&method=add"/>
As the old saying goes....."You are looking for logs in all the wrong places" or something like that :-) Look in WEB-INF/keel/server/logs for the "keel server side" logs. What you were looking at were the "keel client side" logs.
Btw, how DOES one pass a parameter from a menu item?
Move the parameters from the "model" attribute to a new "parameters" attribute. The nav.navigate model already had support for parameters, I just checked in a change to menu.jsp (in app-navigate) to actually use the parameters.
So, your menu entry should look like:
<menu title="Add Inventory" model="mam.editclip" parameters="&command=clear&method=add"/>
Shash
http://keelframework.org/documentation Keelgroup mailing list [EMAIL PROTECTED] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
