<?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: Custom share datalists in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257675#M210805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know this is an old thread…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you get a chance, please let me know specifically what doesn't work in that ecmarchitect.com data list example. The code provided does not include any FTL files so it is a bit puzzling why it didn't work for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, Share Extras is a great resource, so glad you found that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would say that AMPs are the standard we are trying to get people to use for deploying customizations. As you point out, deploying using a single JAR only works when you are running Alfresco and Share in the same container and it does not work for all types of customizations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The step you mentioned about having to configure the shared classloader is something that is commonly done for all Alfresco implementations and is not related specifically to data lists. Many people use the Shared class loader to store server-specific configuration files and alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sharing your experience and welcome to the community!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 21:51:12 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2012-02-15T21:51:12Z</dc:date>
    <item>
      <title>Custom share datalists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257674#M210804</link>
      <description>Hi, Just a post to explain my experiences, as I can tell other newbies have struggled with creating custom data lists. Well, maybe it's just me, but then I'm posting this for my own future reference :-)I wanted to create a custom datalist. Google told me to go to http://ecmarchitect.com/archives/201</description>
      <pubDate>Tue, 26 Apr 2011 13:23:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257674#M210804</guid>
      <dc:creator>eddie</dc:creator>
      <dc:date>2011-04-26T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom share datalists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257675#M210805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know this is an old thread…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you get a chance, please let me know specifically what doesn't work in that ecmarchitect.com data list example. The code provided does not include any FTL files so it is a bit puzzling why it didn't work for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, Share Extras is a great resource, so glad you found that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would say that AMPs are the standard we are trying to get people to use for deploying customizations. As you point out, deploying using a single JAR only works when you are running Alfresco and Share in the same container and it does not work for all types of customizations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The step you mentioned about having to configure the shared classloader is something that is commonly done for all Alfresco implementations and is not related specifically to data lists. Many people use the Shared class loader to store server-specific configuration files and alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sharing your experience and welcome to the community!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 21:51:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257675#M210805</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-02-15T21:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom share datalists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257676#M210806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Found this post when I was having the same issue. The download code from ecmarchitect.com does not contain a file row-new.ftl and row-edit.ftl which are referenced in the file fdk-common-custom.xml as the templates for the forms for adding and editing a row. replacing these references with &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;create-form template="/org/alfresco/components/data-lists/forms/dataitem.ftl" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;edit-form template="/org/alfresco/components/data-lists/forms/dataitem.ftl" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;respectively solves the issue (or at least is does in 4.0a)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 11:51:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-share-datalists/m-p/257676#M210806</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2012-05-24T11:51:51Z</dc:date>
    </item>
  </channel>
</rss>

