Hi,
I'm a newbie here. I'm trying to setup a testing custom action with parameter input by jsp. And I've got the same problem.
I'm now using the Alfresco Community 2.1 on Fedora 4. I've added a web-client-config-custom.xml into $TOMCAT/webapps/alfresco/WEB-INF/classes/alfresco/extension. The content of the xml file is :
<alfresco-config>
<config evaluator="string-compare" condition="Action Wizards">
<action-handlers>
<handler name="Test" class="org.alfresco.extension.TestActionHandler" />
</action-handlers>
</config>
</alfresco-config>
However, when I execute the "Run Action" wizard and select my custom action and click the "Set Values and Add" button, my customized jsp doesn't pop up. Also, when I click the finish button, a similar error message prompt out.
So, would it be possible if you can share more details on how you fix your problem? Thanks a lot!
Regards,
Wing