<?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: Using browse.jsp to display content name on JSP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235987#M189117</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'm looking to do about the same thing. Did you find out what was wrong ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My current approach is to use a javascript to send the selected values to the next .jsp page, which is working ok, but is more of a "dirty" way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tkx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 11:48:41 GMT</pubDate>
    <dc:creator>boutch55555</dc:creator>
    <dc:date>2010-02-12T11:48:41Z</dc:date>
    <item>
      <title>Using browse.jsp to display content name on JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235986#M189116</link>
      <description>Hi All,I am working on the page 'browse.jsp' to implement a customization of mine wherin in the "details" view, inclusion of checkboxes besides the document names and their checking and submission will result in thier display in a subsequent JSP.Here is my code snippet from line no 411 of 'browse.js</description>
      <pubDate>Thu, 28 Jan 2010 14:28:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235986#M189116</guid>
      <dc:creator>vsoman84</dc:creator>
      <dc:date>2010-01-28T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using browse.jsp to display content name on JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235987#M189117</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'm looking to do about the same thing. Did you find out what was wrong ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My current approach is to use a javascript to send the selected values to the next .jsp page, which is working ok, but is more of a "dirty" way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tkx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 11:48:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235987#M189117</guid>
      <dc:creator>boutch55555</dc:creator>
      <dc:date>2010-02-12T11:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using browse.jsp to display content name on JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235988#M189118</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 guess you have to initialize your "dataTable" variable in Constructor BeanForSendMultiple .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 13:51:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235988#M189118</guid>
      <dc:creator>ganeshkolhe</dc:creator>
      <dc:date>2010-02-16T13:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using browse.jsp to display content name on JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235989#M189119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need jquery and javascript, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; every time when you click you need to submit not very fast solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;solution is very simple I have implemented this so it is very fun think to add.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 01:00:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235989#M189119</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-02-25T01:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using browse.jsp to display content name on JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235990#M189120</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'm doing the same thing and I'm getting the same error, I have intialized dataTable in my Constructor but still having the same problem…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;has anybody find a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i need a bit of help please &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 11:32:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-browse-jsp-to-display-content-name-on-jsp/m-p/235990#M189120</guid>
      <dc:creator>cybermakoki</dc:creator>
      <dc:date>2010-04-19T11:32:23Z</dc:date>
    </item>
  </channel>
</rss>

