You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Kavita Bhattacharjee <Ka...@erunway.com> on 2002/02/28 13:15:52 UTC

problem with jspc

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>