09-17-2008 04:13 AM
09-17-2008 12:24 PM
Existe un error para la creación de workflow simple, en el archivo simple-workflow.jsp ubicado en c:\Alfresco\tomcat\webapps\alfresco\jsp\actions y debemos cambiar las siguientes líneas:
<td align="center">
<h:commandButton id="ok-button" value="#{msg.ok}" action="#{WizardManager.bean.addAction}"
styleClass="wizardButton" disabled="true" />
</td>
por estas líneas:
<td align="center">
<h:commandButton id="ok-button" value="#{msg.ok}" action="#{WizardManager.bean.addAction}"
styleClass="wizardButton" disabled="#{WizardManager.bean.actionProperties.approveFolder == null}" />
</td>
09-18-2008 03:06 AM
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.