<?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: htmlb:tree with table TYPE TVIEW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820184#M42648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabine,&lt;/P&gt;&lt;P&gt;which version of WebAS are you using, and what is your level of support packages? Could be helpful for any type of question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, I think the answer to your problem is a different one:&lt;/P&gt;&lt;P&gt;Use type TVIEW2 instead of TVIEW ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember our project facing the same trouble, the tree just not displaying correctly (or not at all) using a table of type TVIEW. After having a look at Tree.bsp in SBSPEXT_HTMLB you can see that the table type used there is TVIEW2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't check for the exact differences between these two types, but I'm pretty sure that using TVIEW2 will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Aug 2004 07:04:05 GMT</pubDate>
    <dc:creator>maximilian_schaufler</dc:creator>
    <dc:date>2004-08-30T07:04:05Z</dc:date>
    <item>
      <title>htmlb:tree with table TYPE TVIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820183#M42647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the htmlb:tree Tag with a table of type TVIEW. There is no treen shown, although the htmlb:showTable Tag shows the right content for that table.&lt;/P&gt;&lt;P&gt;Well, here is a little code from my view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;htmlb:tree id        = "produktbaum"&lt;/P&gt;&lt;P&gt;                  table     = "&amp;lt;%= baumliste %&amp;gt;"&lt;/P&gt;&lt;P&gt;                  title     = "Produktkatalog Entenfactory"&lt;/P&gt;&lt;P&gt;                  width     = "180"&lt;/P&gt;&lt;P&gt;                  height    = "*"&lt;/P&gt;&lt;P&gt;                  showTitle = "true"&lt;/P&gt;&lt;P&gt;                  toggle    = "true" &amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/htmlb:tree&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;baumliste is an attribute (type TVIEW) which es set by my controller (and is set correctly, as the tableView shows).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no error shown, just no tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content of the table baumliste is supposed to be right, but, as there is no error, there is no proof for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sabine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2004 18:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820183#M42647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-28T18:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: htmlb:tree with table TYPE TVIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820184#M42648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabine,&lt;/P&gt;&lt;P&gt;which version of WebAS are you using, and what is your level of support packages? Could be helpful for any type of question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, I think the answer to your problem is a different one:&lt;/P&gt;&lt;P&gt;Use type TVIEW2 instead of TVIEW ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember our project facing the same trouble, the tree just not displaying correctly (or not at all) using a table of type TVIEW. After having a look at Tree.bsp in SBSPEXT_HTMLB you can see that the table type used there is TVIEW2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't check for the exact differences between these two types, but I'm pretty sure that using TVIEW2 will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2004 07:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820184#M42648</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-08-30T07:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: htmlb:tree with table TYPE TVIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820185#M42649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to post the same question in the BSP forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2004 14:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-tree-with-table-type-tview/m-p/820185#M42649</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2004-08-30T14:45:14Z</dc:date>
    </item>
  </channel>
</rss>

