Hi all,
I want to add a custom menu item in the actions menu and run into an issue when adding a link with more than one argument:
description="blablabla" url="/iw-bin/iw_cgi_wrapper.cgi/
deploy_diff_action.cgi?mode=full"
target="_blank" operationID="deploythesite_full_preview.op" windowFeatures="scrollbars=1,resizable=1,width=300,height=200" />
This works fine but as soon as I add a new argument it crashes
description="blablabla" url="/iw-bin/iw_cgi_wrapper.cgi/
deploy_diff_action.cgi?mode=full&destination=live"
target="_blank" operationID="deploythesite_full_preview.op" windowFeatures="scrollbars=1,resizable=1,width=300,height=200" />
The changes are made in:
$iw-home/httpd/webapps/content_center/WEB-INF/conf/customer/ui_custom.xml
and the iwreset -ui
The error message is:
iw.ccpro.common.tabset tabset is not found in config.
Please contact your TeamSite Administrator for help.
| No UI configuration found matching item ID iw.ccpro.common.interwoven.link of type com.interwoven.ui.base.ui.config.Link |
We're on Solaris and TS: iwserver: 6.1.0 Build 45436 Interwoven 20050201
Any ideas?
Thanks