While running the command jspc in tomcat\bin with -webapp option.
It gave a error.The problem deduced is...
 All the JSP files include another JSP file i.e, ImagePath.jsp which
contains
<%
   org.apache.struts.util.PropertyMessageResources _resBundle =
(org.apache.struts.util.PropertyMessageResources)
getServletContext().getAttribute("ZLABOR_CONFIG");
   String ZLaborImgDir =
_resBundle.getMessage(request.getLocale(),"ZLABOR_IMAGES_DIR");
%>

while executing the jspc -webapp command it give error saying the Bad file
argument to include. 
The line it shows as error is <%@ include file="ImagePath.jsp" %>

Any idea what could be wrong?
Need help immediately.

Thanks in advance

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to