Hi all,
It is a client requirement to see the streamline view as default. We have set some properties in main_component.xml file as following:
<pages>
<start>/webtop/main/streamlineview.jsp</start>
<classic>/webtop/main/classicview.jsp</classic>
<streamline>/webtop/main/streamlineview.jsp</streamline>
</pages>
<entrypage>streamline</entrypage>
We have also changed this property in app.xml file
<!--
set this to true to make streamlineview always visible
-->
<streamlineviewvisible>true</streamlineviewvisible>
But it's not working. Classic view is appearing as default.
Any clue?
We are using Webtop 6.5 version.
In case i solve the problem, how could i edit the streamline view. What i want is to delete some tabs that appears in the upper area of the view(e.g. Category, my files, etc)