I have a JSP file .../WEB-INF/jsp/myjsp.jsp which has an include of a menu.jspf file. This
menu.jspf is located in /WEB-INF/jsp/menu/menu.mspf . No matter what I try I am not able
to include the menu file in myjsp.jsp
This is not working...
<%@ include file="/WEB-INF/jsp/menu/menu.jspf" %>. what path should I use
?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981189#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...