The expand menu works on our integration system but not on the production system.
Return to Recent Questions
Q:
We are using the deluxe menu in one of our projects. The menu
works well on our integration system but not on our production
system.
The only difference is that the integration is running on Tomcat
Version 5.5.9 and the production (with the "broken" menu) on Tomcat
5.5.17.
But for me it looks more like a browser problem than a JSP problem.
Unfortunatley the Tomcat 5.5.17 is our production system so fast help is appreciated.
A:
Try to set the following parameter:
var dmObjectsCheck=1;
Make sure that you have dmenu_add.js file in the same folder with
dmenu.js file.
Return to Recent Questions
|