config attribute in menu:useMenuDisplayer
| Newsgroups | gmane.comp.java.struts-menu.user |
|---|---|
| Message-ID | <112120052310.3131.438253D400078B3500000C3B2200748184020A02020A9D0B0207900A05@comcast.net> |
Can the config attribute in menu:useMenuDisplayer accept a syntax like src="<%= request.getContextPath() + "/resources/menu/xtree.htm" %>">? I am having trouble setting this and I need to point to a directory that is different from where my menu jsp is located. My jsp is located in /pages/tiles vs. the ctree.htm is located in /resources/menu/. I used config="../../resources/menu/xtree.htm" and that worked for Tomcat 5.x but not WAS 6. It gave me an error stating that the resource could not be found. Any help would be appreciative.