[Vif-devel] RE: inMenuName
Brought to you by:
aktion-hip
From: Luthiger S. B. <ben...@id...> - 2006-02-19 21:17:43
|
Dear Sridhanya I'm a little bit confused: In the last mail you say that the parameter inMenuFile has the value = 'd:\java\jakarta-tomcat-5.1.30vifapp\admin\en\administration\menu.xmnu' = whereas in your mail dated from 17/02/2006 you say that the value for = inMenuFile is = 'd:\java\jakarta-tomcat-5.0.0\webapps\vifapp\admin\en\member\menu.xmnu'. Can you rectify what you've observed? Regards, Benno -----Original Message----- From: sridhanya [mailto:sri...@gm...] Sent: Sonntag, 19. Februar 2006 06:10 To: Luthiger Stoll Benno; vif...@li... Subject: inMenuName Hi Benno, When i walked through the code,I found the following 1.String inMenuFile was having the value as = d:\java\jakarta-tomcat-5.1.30vifapp\admin\en\administration\menu.xmnu 2.Cmenu hashtable was having key as = D:\java\jakarta-tomcat-5.0.0\webapps\vifapp\admin\en\administration\menu.= xmnu Both of them are different in case. So i added a toLowwercase() to the string [Key of cmenu and inMenuName]. Now i can see the menu's in Application. Almost all the link are working. Only the Mainmenu link is again complaining same error. Which java file i have to look for this. Or suggest me a workaround for this. I am also in inprocess of creating setup for JAMES. Once these two are done i guess i will be comfortable with application. thanks sridhanya |