I am having a problem getting the Struts-Menu to display.  I get no errors and 
when I do a View Source on the page I get the code that should be there.  Has 
anyone come across this problem and know how to solve it???

Below is the code from the View Source, I am using the menu-config file from 
the WAR file:::::::

<script type="text/javascript" src="/RiskProWeb/scripts/coolmenus3.js"></script>
<script type="text/javascript" src="/RiskProWeb/scripts/coolmenu-
config.js"></script>
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
                <td>
                        <script type="text/javascript">

                                oCMenu.makeMenu
('home','','Examples'+cmTopMenuImage+'','#','','','','','',cmBGColorOff,cmBGColo
rOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu1','home','Basic 
Example','/RiskProWeb/menutest1.jsp','','','','','',cmBGColorOff,cmBGColorOn,cmT
xtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu2','home','Advanced 
Example','/RiskProWeb/menutest2.jsp','','','','','',cmBGColorOff,cmBGColorOn,cmT
xtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu3','home','CoolMenu 
Example','/RiskProWeb/coolmenu1.jsp','','','','','',cmBGColorOff,cmBGColorOn,cmT
xtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu4','home','CoolMenu Example - With 
Form','/RiskProWeb/coolmenu2.jsp','','','','','',cmBGColorOff,cmBGColorOn,cmTxtC
olor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu5','home','Permissions 
Example','/RiskProWeb/permissionsForm.jsp','','','','','',cmBGColorOff,cmBGColor
On,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu6','home','CoolMenu4 
Example','/RiskProWeb/coolmenu4.jsp','','','','','',cmBGColorOff,cmBGColorOn,cmT
xtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu7','home','Expandable DHTML List 
Example','/RiskProWeb/dhtmlExpandable.jsp','','','','','',cmBGColorOff,cmBGColor
On,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu7','home','Dropdown DHTML List 
Example','/RiskProWeb/dhtmlDropdown.jsp','','','','','',cmBGColorOff,cmBGColorOn
,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu8','home','Roles Menu 
Example','/RiskProWeb/rolesMenu.jsp','','','','','',cmBGColorOff,cmBGColorOn,cmT
xtColor,cmHoverColor,'')
oCMenu.makeMenu('indexMenu9','home','Tabbed Menu 
Example','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home10','home','Velocity Template 
Menu','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home11','home','Velocity CoolMenus 
Menu','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home12','home','Velocity XTree 
Menu','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home13','home','Velocity Tabbed 
Menu','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home14','home','Nice Looking Tabbed 
Menu','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home15','home','EL (Expression Language) enabled Menu 
[New!]','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')
oCMenu.makeMenu('home16','home','Dynamic, Databased-driven Menu 
[New!]','','','','','','',cmBGColorOff,cmBGColorOn,cmTxtColor,cmHoverColor,'')

                        
oCMenu.makeStyle(); oCMenu.construct()
</script>
 
                        <br/>
                </td>
        </tr>
</table>


Any suggestions???  Thanks in advance...




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
struts-menu-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Reply via email to