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.
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/New-Top-Menu-Tab-tp2314387p2314536.html
Sent from the OFBiz - User mailing list archive at Nabble.com.