<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add Content / wizard framework in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24371#M11904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to modify the "Modify Content Properties" dialog that appears after add-content-dialog.jsp if the "showOtherProperties" checkbox is checked.&amp;nbsp; As far as I can tell this is not generated in add-content-dialog.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to disable the Finish button unless a boolean custom-aspect property has been set to true.&amp;nbsp; It appears that I could make a CustomAddContentDialog class which extends AddContentDialog and override the getFinishButtonDisabled() method from BaseContentWizard to return true unless the property has been set to true but it's not apparent how to get a reference to the property to determine its value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also would have to change the references in the jsp to the new class but it doesn't look like it is add-content-dialog.jsp that would need to be changed … or is it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 20:49:53 GMT</pubDate>
    <dc:creator>slothrop</dc:creator>
    <dc:date>2007-10-25T20:49:53Z</dc:date>
    <item>
      <title>Add Content / wizard framework</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24368#M11901</link>
      <description>Is the add content wizard part of the wizard framework?If so, where is the xml defining the steps. I have completed customisations to the create content wizard, who's xml is in web-client-config-wizards.xml. I would like to do the same to the Add Content wizard.Thanks.</description>
      <pubDate>Wed, 07 Jun 2006 13:26:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24368#M11901</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-06-07T13:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add Content / wizard framework</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24369#M11902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes and No. The backing bean uses the base classes of the dialog framework but the JSP does not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As we have to jump through some hoops to support file uploads in a portal server the add content page is having to do some stuff that is not possible in the dialog/wizard container.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The action used to launch the page is "addContent" so this goes through the default JSF navigation rules. Therefore, you could replace this JSP with a your custom version by overriding the JSF navigation rule for addContent i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;….&lt;BR /&gt;&amp;lt;navigation-case&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;from-outcome&amp;gt;addContent&amp;lt;/from-outcome&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;to-view-id&amp;gt;/jsp/extension/your-add-content-dialog.jsp&amp;lt;/to-view-id&amp;gt;&lt;BR /&gt;&amp;lt;/navigation-case&amp;gt;&lt;BR /&gt;….&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;For details on how to accomplish this have a look at: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Customising_An_Alfresco_JSP" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Customising_An_Alfresco_JSP&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 07:58:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24369#M11902</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-06-08T07:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add Content / wizard framework</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24370#M11903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 12:47:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24370#M11903</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-06-09T12:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add Content / wizard framework</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24371#M11904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to modify the "Modify Content Properties" dialog that appears after add-content-dialog.jsp if the "showOtherProperties" checkbox is checked.&amp;nbsp; As far as I can tell this is not generated in add-content-dialog.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to disable the Finish button unless a boolean custom-aspect property has been set to true.&amp;nbsp; It appears that I could make a CustomAddContentDialog class which extends AddContentDialog and override the getFinishButtonDisabled() method from BaseContentWizard to return true unless the property has been set to true but it's not apparent how to get a reference to the property to determine its value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also would have to change the references in the jsp to the new class but it doesn't look like it is add-content-dialog.jsp that would need to be changed … or is it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 20:49:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24371#M11904</guid>
      <dc:creator>slothrop</dc:creator>
      <dc:date>2007-10-25T20:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add Content / wizard framework</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24372#M11905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got problems with the Add Content Wizard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My aim is to write a custom wizard which is kind a Add Content Wizard with extended functionality. but i would like to keep the standard Add Content wizard too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've read this threads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=9297&amp;amp;highlight=addcontentdialog" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=9297&amp;amp;highlight=addcontentdialog&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=944&amp;amp;highlight=addcontent" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=944&amp;amp;highlight=addcontent&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but i still don't know which is the right solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i need a method of resolution…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it's hurrying&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 14:38:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24372#M11905</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-01-15T14:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add Content / wizard framework</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24373#M11906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if i change the navigation-case for the addContent action&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it has influence on the standard add content wizard behaviour….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 14:43:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-content-wizard-framework/m-p/24373#M11906</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-01-15T14:43:52Z</dc:date>
    </item>
  </channel>
</rss>

