Hi,
I started Tomcat with the -Dorg.apache.tapestry.enable-reset-service=true option. I try to call the reset service with the following ServiceLink: <a jwcid="@ServiceLink" service="'reset'" disabled="ognl:false" parameters="ognl:page.pageName" > reset </a> On loading the page the following error: Engine does not implement a service named ''reset''. The following code <span jwcid="@Insert" value="ognl:page.engine.isResetServiceEnabled()"/> gives true so the reset service is really enabled. I have sub-classed the BaseEngine. The Engine only overrides the createGlobal(RequestContext context) method with a very simple implementation. Any idea? Oscar __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
