context menu


still having the problem


my code :


in js file


aMenu.menu.setGfxPath("menu/images/");


aMenu.menu.loadXML("/menu/menu.xml");


 


my xml file


<?xml version='1.0' ?>















 



images are in C:\Apachev2\tomcat6\webapps\ROOT\menu\images



 

If you are using
aMenu.menu.setGfxPath(“menu/images/”);
The path need to be set as
<MenuItem name=“Add” src=“new.gif”

The final path, built from both parts, will be a correct one
menu/images/new.gif