Re: deprecated methods

2007-05-25 Thread Kushan Jayathilake
Its not working, when I put "this" there it gives me errors as org.Apache.hivemind.ApplicationRuntimeException org.Apache.tapestry.IScript.execute (Lorg/Apache/tapestry/IComponent;Lorg/Apache/tapestry/IRequestCycle;Lorg/Apache/tapestry/IScriptProcessor;Ljava/util/Map;)V and java.lang.NoSuchMe

Re: deprecated methods

2007-05-25 Thread Jesse Kuhnert
It's just like the documentation says - http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/IScriptProcessor.html. So, probably something like: getTapMapScript().execute(this, cycle, pageRenderSupport, symbols); On 5/24/07, Kushan Jayathilake <[EMAIL PROTECTED]> wrote: hi i ha