I thought I'd start a new thread since the Custom Menu Item thread was growing out of context. I have modified <iwhome>/local/config/lib/content_center/customer/WEB-INF/conf/customer/ui_custom.cml to look like this:
<?xml version="1.0" encoding="utf-8"?>
<!--
ui_custom.xml
All customizations to the ContentCenter UI should go here.
Refer to README_xml_config.txt for details about how to add XML elements to this file.
-->
<iwov-ui>
<!-- CC Pro: Add custom tabs -->
<tabset id="iw.ccpro.common.tabset">
<!-- Add a "Current User" tab -->
<tab id="customer.customer_samples.tab_workflow_custom.user.link"
label="custom.tab.current_user.title"
url="/showcurrentuser"
useDefaultShowTabUrl="true"
target="_top" />
</tabset>
</iwov-ui>
So now I'm supposed to rebuild the web app. How do I rebuild the web app?
Dave SmithSr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com