<?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 Freemarker Template Errors in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169983#M123315</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;I have a &lt;/SPAN&gt;&lt;STRONG&gt;.ftl (Freemarker) page &lt;/STRONG&gt;&lt;SPAN&gt; which has jstl tags like &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;c:if test="${atricles.number != 1}"&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;SPAN&gt; When I try to create a webform and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;click on Fisnish, I am getting errors (conflicts) as the articles.number dosent match the nodes of output xml file (from webform)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know how can skip user defined variables as above (can I use CDATA kind of logic, if so&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please help me in resolving this issue).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 20:11:46 GMT</pubDate>
    <dc:creator>vijay_alfresco</dc:creator>
    <dc:date>2008-06-16T20:11:46Z</dc:date>
    <item>
      <title>Freemarker Template Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169983#M123315</link>
      <description>Hi,I have a .ftl (Freemarker) page  which has jstl tags like &amp;lt;c:if test="${atricles.number != 1}"&amp;gt;‍ When I try to create a webform andclick on Fisnish, I am getting errors (conflicts) as the articles.number dosent match the nodes of output xml file (from webform)Please let me know how can skip</description>
      <pubDate>Mon, 16 Jun 2008 20:11:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169983#M123315</guid>
      <dc:creator>vijay_alfresco</dc:creator>
      <dc:date>2008-06-16T20:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Freemarker Template Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169984#M123316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;JSTL tags should be completely ignored by Freemarker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am suspect of this "${atricles.number != 1}" - doesn't look right.&amp;nbsp; Freemarker will not know how to resolve it - it expects a variable name in there, not an expression, as far as I understand.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 03:16:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169984#M123316</guid>
      <dc:creator>jbarmash</dc:creator>
      <dc:date>2008-06-17T03:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Freemarker Template Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169985#M123317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can stop Freemarker parsing Expression Language that is meant for JSTL interpretation, by using the 'noparse' tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#noparse&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;c:if test="${atricles.number != 1}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/#noparse&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 07:44:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169985#M123317</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2008-06-17T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Freemarker Template Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169986#M123318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, the solution is &amp;lt;#noparse&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 16:07:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-template-errors/m-p/169986#M123318</guid>
      <dc:creator>vijay_alfresco</dc:creator>
      <dc:date>2008-06-17T16:07:06Z</dc:date>
    </item>
  </channel>
</rss>

