the correct way to remove a tab completely is to use the component-load.xml in each application and enter this app-bar-display="false" into the webapp
this leave the application running but the tab is not showing. vijay Si sent the following on 10/22/2007 11:13 AM: > You can remove the "tabs" by keeping the "title" property of webapp tag to > "". > Location : /applications/component/ofbiz-component.xml. > > However by doing this you are not at all removing the application > dependencies. You will have to work out permissions as mentioned by Adrian > > On 10/22/07, Adrian Crum <[EMAIL PROTECTED]> wrote: >> It's best to leave all applications running. As you have discovered, they >> are co-dependent. >> >> The main navigation tabs are controlled by user permissions. If you don't >> want a user to see a >> particular application, then don't assign any of that application's >> permissions to that user. >> >> -Adrian >> >> marc wrote: >> >>> I am trying to remove an application from the ofbiz webtools because I >> am >>> not using all of the ofbiz functionalities and I don't want to build all >> of >>> them and that they appear on the application. >>> >>> So my question is: how can I do that? >>> >>> I tried to remove applications/accounting folder and changing >>> applications/component-load.xml but I got error messages when running >>> ofbiz.jar due to dependency. Is there a way to remove the application >>> without breaking dependencies? If it's not possible, is there anyway to >>> avoid users to access to it? >>> >>> Where can I change the content of the top menu? For example, I want to >>> remove the Accounting tab, how can I do that? >>> >>> >>> Thank you for your answers. >>> >>> >> >
