10-15-2007 12:03 PM
<action id="verizon_reject_action">
<permissions>
<permission allow="true">AddChildren</permission>
</permissions>
<label-id>verizon_reject</label-id>
<evaluator>com.mobival.alfresco.web.action.evaluator.verizon.VerizonRejectEvaluator</evaluator>
<image>/images/icons/verizon_reject.gif</image>
<action-listener>#{VerizonWorkflowHandler.reject}</action-listener>
<params>
<param name="ref">#{actionContext.nodeRef}</param>
</params>
</action>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<!– *************************************************************** –>
<!– Empty JSF config file to prevent errors being thrown during JSF –>
<!– initialisation. Overwrite this file with your custom version. –>
<!– *************************************************************** –>
<managed-bean>
<description>
Bean that hadles all of 'Verizon' specific actions and logic
</description>
<managed-bean-name>VerizonWorkflowHandler</managed-bean-name>
<managed-bean-class>com.mobival.alfresco.web.bean.verizon.VerizonWorkflowHandler</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
</faces-config>
10-21-2007 03:59 AM
10-22-2007 07:58 AM
10-22-2007 12:53 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.