<?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 checkbox value in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230452#M183582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm building a categorizing script. I want to add checkboxes by which the user will be able to choose the relevant category for the file. I fetch the categories with javascript, and in the html template I try to render them to be checkboxes. My problem is how to set the checkbox value to be the category name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The code I use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;#list resultset as node&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&amp;gt; &amp;lt;td&amp;gt; &amp;lt;td&amp;gt; &amp;lt;input type="checkbox" name = "cat" value = $(node.name)&amp;gt; ${node.name} &amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/#list&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The problem is all the vaules are "$(node.name)", and not the specific category names. The categories themselves are shown correctly (so the page looks the way it's supposed to, with actual categories and not "$(node.name)"s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I get the correct values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2009 10:32:47 GMT</pubDate>
    <dc:creator>orha</dc:creator>
    <dc:date>2009-09-22T10:32:47Z</dc:date>
    <item>
      <title>checkbox value</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230452#M183582</link>
      <description>Hi,I'm building a categorizing script. I want to add checkboxes by which the user will be able to choose the relevant category for the file. I fetch the categories with javascript, and in the html template I try to render them to be checkboxes. My problem is how to set the checkbox value to be the c</description>
      <pubDate>Tue, 22 Sep 2009 10:32:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230452#M183582</guid>
      <dc:creator>orha</dc:creator>
      <dc:date>2009-09-22T10:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: checkbox value</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230453#M183583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried using ${node.name} (curly braces) rather than $(node.name) (parentheses)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 11:23:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230453#M183583</guid>
      <dc:creator>schambon</dc:creator>
      <dc:date>2009-09-22T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: checkbox value</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230454#M183584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How stupid of me…. Sorry and thank you!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 12:50:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/checkbox-value/m-p/230454#M183584</guid>
      <dc:creator>orha</dc:creator>
      <dc:date>2009-09-22T12:50:36Z</dc:date>
    </item>
  </channel>
</rss>

