if you note in the AP ofbiz-component.xml
it has three mount points.
and you have seperate web apps, under webapp folder.
you don't have to put all of quotes in the quotes webapp, just the controller for those pages you want to use.
you can look at the Ecommerce clone as an example.

Koon Sang sent the following on 8/5/2010 12:49 AM:

Hello,

Thanks for all the advises given.  The requirement is very simple - a top
menu tab that serves as 'quick link' to /ordermgr/control/FindQuote instead
of having to click on "Order" then "Quotes".  By following ap and ar
settings in Accounting, I managed to get "Quotes" to display as a top menu
tab where the first page is the same as the UI for
/ordermgr/control/FindQuote.  As I cannot have the same mount point as
"ordermgr", all the links are "mounted" with whatever name I set in
"ofbiz-component.xml" which definite not working.  I added this in my
controller.xml;

     <request-map uri="main">
         <security https="true" auth="true"/>
                <response name="success" type="cross-redirect"
value="/ordermgr/control/FindQuote"/>
     </request-map>

When I clicked on the "Quotes" tab, it goes to intended page but the
"Quotes" tab is not selected.  Instead "Order" tab is selected.  Although it
is less than perfect, I think it does serve the purpose of a "quick link",
unless someone has a better workaround.

Thank you.

Reply via email to