<?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: error when adding file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13991#M5946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, it's worked. Thanks u.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2006 04:07:06 GMT</pubDate>
    <dc:creator>vpoorboy</dc:creator>
    <dc:date>2006-07-27T04:07:06Z</dc:date>
    <item>
      <title>error when adding file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13987#M5942</link>
      <description>Hi,I use 1.3GA, when I upload file to server, at the Modify metadata step, I receive the following erroravax.faces.FacesException: org.apache.jasper.JasperExceptioncaused by&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.apache.jasper.JasperExceptioncaused by:java.lang.NullPointerExceptionẨn Chi tiếtjavax.faces.FacesException: org.apache.jas</description>
      <pubDate>Wed, 26 Jul 2006 04:03:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13987#M5942</guid>
      <dc:creator>vpoorboy</dc:creator>
      <dc:date>2006-07-26T04:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: error when adding file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13988#M5943</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 found that my new view mode cause this problem, but my view mode has worked fine for 3,4 days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed these steps to add a new view mode: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=1393&amp;amp;highlight=view+mode" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=1393&amp;amp;highlight=view+mode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In RichListRenderer.java, I add my class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;public static class SimpleViewRenderer implements IRichListRenderer&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This class was copied from details view mode, change the following line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;public static final String VIEWMODEID = "simple";&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this enough ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 04:35:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13988#M5943</guid>
      <dc:creator>vpoorboy</dc:creator>
      <dc:date>2006-07-26T04:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: error when adding file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13989#M5944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Assuming your have registered the view in the config as the other forum article instructs, then yes it should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 09:07:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13989#M5944</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-07-26T09:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: error when adding file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13990#M5945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I find out that r.description is the problem when it's null (because I use it to replace r.name in the primary column). So I try to use r.name if it's null or empty. But I have no luck doing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;a:actionLink id="col21-act2" value="#{((r.description != null) &amp;amp;&amp;amp; (r.description != '')) ? r.description : r.name}" href="#{r.url}" target="new" /&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco's still error if r.description = null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pls help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:04:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13990#M5945</guid>
      <dc:creator>vpoorboy</dc:creator>
      <dc:date>2006-07-26T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: error when adding file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13991#M5946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, it's worked. Thanks u.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 04:07:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-adding-file/m-p/13991#M5946</guid>
      <dc:creator>vpoorboy</dc:creator>
      <dc:date>2006-07-27T04:07:06Z</dc:date>
    </item>
  </channel>
</rss>

