<?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: problem with webscript to update a document in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146092#M102055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guise. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This post was really helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2011 10:24:13 GMT</pubDate>
    <dc:creator>sanket</dc:creator>
    <dc:date>2011-10-12T10:24:13Z</dc:date>
    <item>
      <title>problem with webscript to update a document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146088#M102051</link>
      <description>I am new to Alfresco and I am using Alfresco version 2.9.0B.&amp;nbsp; I have made some changes to the google gadgets update.post.js as belowÃ¢â‚¬Â¦&amp;nbsp; The problem is when it attempts to execute the statement document.properties.content.write(content);I get an error org.mozilla.javascript.EvaluatorException: C</description>
      <pubDate>Thu, 03 Jan 2008 15:55:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146088#M102051</guid>
      <dc:creator>geveritt</dc:creator>
      <dc:date>2008-01-03T15:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with webscript to update a document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146089#M102052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not certain, but shouldn't the line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; document.properties.content.write(content); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be more like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; document.properties["cm:content"] = content;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.ixxus.com" rel="nofollow noopener noreferrer"&gt;http://www.ixxus.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 13:50:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146089#M102052</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2008-01-04T13:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with webscript to update a document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146090#M102053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe the following also works…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;document.content = content;&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;This is suitable for non-binary only.&amp;nbsp; The write method allows binary data to be written, but you need get the source content from another document in the repository or from a posted form field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:11:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146090#M102053</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2008-01-04T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with webscript to update a document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146091#M102054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply you are both correct I was using the wrong method.&amp;nbsp; Webscripts are very cool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 18:27:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146091#M102054</guid>
      <dc:creator>geveritt</dc:creator>
      <dc:date>2008-01-15T18:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with webscript to update a document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146092#M102055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guise. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This post was really helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 10:24:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-webscript-to-update-a-document/m-p/146092#M102055</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2011-10-12T10:24:13Z</dc:date>
    </item>
  </channel>
</rss>

