07-02-2009 06:53 AM
<alfresco-config>
<wizard name="totosiFrontpageConfigurator" managed-bean="TotosiFrontpageConfiguratorWizard"
title-id="totosi_frontpage_configurator_title" description-id="totosi_frontpage_configurator_desc"
icon="/images/icons/new_content_large.gif">
<step name="totosi_bcs_details" title-id="totosi_frontpage_bcs_details"
description-id="totosi_frontpage_configurator_step1_desc">
<page path="/jsp/extension/custom-wizard/betportalConfigurator/bcsTotosi/bcs_details.jsp"
title-id="totosi_frontpage_configurator_step1_title"
description-id="totosi_frontpage_configurator_step1_desc"
instruction-id="default_instruction" />
</step>
<step name="totosi_spcs_details" title-id="totosi_frontpage_spcs_details"
description-id="totosi_frontpage_configurator_step2_desc">
<page path="/jsp/extension/custom-wizard/betportalConfigurator/spcsTotosi/spcs_details.jsp"
title-id="totosi_frontpage_configurator_step2_title"
description-id="totosi_frontpage_configurator_step2_desc"
instruction-id="default_instruction" />
</step>
</wizard>
</alfresco-config>
07-02-2009 07:32 AM
<alfresco-config>
<config>
<wizards>
<wizard name="totosiFrontpageConfigurator" etc …
</wizards>
</config>
</alfresco-config>
07-02-2009 09:38 AM
<alfresco-config>
<config>
<wizards>
<wizard name="createContent" managed-bean="CustomCreateContentWizard"
title-id="custom_create_content_wizard_title"
description-id="create_content_desc"
icon="/images/icons/new_content_large.gif">
<step name="details" title-id="details" description-id="create_content_step1_desc">
<page path="/jsp/content/create-content-wizard/details.jsp"
title-id="create_content_step1_title"
description-id="create_content_step1_desc"
instruction-id="default_instruction" />
</step>
<step name="content" title-id="enter_content" description-id="create_content_step2_desc">
<condition if="#{CreateContentWizard.mimeType == 'text/html'}">
<page path="/jsp/content/create-content-wizard/create-html.jsp"
title-id="create_content_step2_title"
description-id="create_content_step2_desc"
instruction-id="default_instruction" />
</condition>
<!– Default to the inline text editor –>
<page path="/jsp/content/create-content-wizard/create-text.jsp"
title-id="create_content_step2_title"
description-id="create_content_step2_desc"
instruction-id="default_instruction" />
</step>
<step name="aspect" title-id="select_aspect" description-id="create_content_step3_desc">
<page path="/jsp/extension/select-aspect.jsp"
title-id="create_content_step3_title"
description-id="create_content_step3_desc"
instruction-id="default_instruction" />
</step>
<step name="summary" title-id="summary" description-id="summary_step_description">
<page path="/jsp/wizard/summary.jsp"
title-id="summary"
description-id="summary_desc"
instruction-id="content_finish_instruction" />
</step>
</wizard>
</wizards>
</config>
</alfresco-config>
I don't know the reason.
07-02-2009 09:47 AM
07-02-2009 09:55 AM
<alfresco-config>
<config>
<wizards>
<wizard name="createContent" managed-bean="CustomCreateContentWizard"
title-id="custom_create_content_wizard_title"
description-id="create_content_desc"
icon="/images/icons/new_content_large.gif">
<step name="details" title-id="details" description-id="create_content_step1_desc">
<page path="/jsp/content/create-content-wizard/details.jsp"
title-id="create_content_step1_title"
description-id="create_content_step1_desc"
instruction-id="default_instruction" />
</step>
<step name="content" title-id="enter_content" description-id="create_content_step2_desc">
<condition if="#{CreateContentWizard.mimeType == 'text/html'}">
<page path="/jsp/content/create-content-wizard/create-html.jsp"
title-id="create_content_step2_title"
description-id="create_content_step2_desc"
instruction-id="default_instruction" />
</condition>
<!– Default to the inline text editor –>
<page path="/jsp/content/create-content-wizard/create-text.jsp"
title-id="create_content_step2_title"
description-id="create_content_step2_desc"
instruction-id="default_instruction" />
</step>
<step name="aspect" title-id="select_aspect" description-id="create_content_step3_desc">
<page path="/jsp/extension/select-aspect.jsp"
title-id="create_content_step3_title"
description-id="create_content_step3_desc"
instruction-id="default_instruction" />
</step>
<step name="summary" title-id="summary" description-id="summary_step_description">
<page path="/jsp/wizard/summary.jsp"
title-id="summary"
description-id="summary_desc"
instruction-id="content_finish_instruction" />
</step>
</wizard>
</wizards>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<aspects>
<aspect name="dublincore"/>
<aspect name="effectivity"/>
</aspects>
</config>
</alfresco-config>
07-02-2009 09:59 AM
can you give us the full stack-trace ?
could send me your web-client-config-custom.xml so that I will test it in my environment : romain(dot)delalande(at)smile(dot)fr
07-02-2009 10:03 AM
07-02-2009 10:28 AM
07-02-2009 10:37 AM
<alfresco-config>
<config>
<wizards>
<wizard name="createContent" managed-bean="CustomCreateContentWizard"
title-id="custom_create_content_wizard_title"
description-id="create_content_desc"
icon="/images/icons/new_content_large.gif">
<step name="details" title-id="details" description-id="create_content_step1_desc">
<page path="/jsp/content/create-content-wizard/details.jsp"
title-id="create_content_step1_title"
description-id="create_content_step1_desc"
instruction-id="default_instruction" />
</step>
<step name="content" title-id="enter_content" description-id="create_content_step2_desc">
<condition if="#{CreateContentWizard.mimeType == 'text/html'}">
<page path="/jsp/content/create-content-wizard/create-html.jsp"
title-id="create_content_step2_title"
description-id="create_content_step2_desc"
instruction-id="default_instruction" />
</condition>
<!– Default to the inline text editor –>
<page path="/jsp/content/create-content-wizard/create-text.jsp"
title-id="create_content_step2_title"
description-id="create_content_step2_desc"
instruction-id="default_instruction" />
</step>
<step name="aspect" title-id="select_aspect" description-id="create_content_step3_desc">
<page path="/jsp/extension/select-aspect.jsp"
title-id="create_content_step3_title"
description-id="create_content_step3_desc"
instruction-id="default_instruction" />
</step>
<step name="summary" title-id="summary" description-id="summary_step_description">
<page path="/jsp/wizard/summary.jsp"
title-id="summary"
description-id="summary_desc"
instruction-id="content_finish_instruction" />
</step>
</wizard>
</wizards>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<aspects>
<aspect name="dublincore"/>
<aspect name="effectivity"/>
</aspects>
</config>
</alfresco-config>
07-02-2009 11:01 AM
can you give us the full stack-trace ?
could send me your web-client-config-custom.xml so that I will test it in my environment : romain(dot)delalande(at)smile(dot)fr
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.