Re: jsp:directive.tag directive can only be used in a tag file

2004-06-21 Thread Kris Schneider
(3,18) jsp:directive.tag directive can only be used in a tag file 1) I never use the tag directive outside of custim tag files but I do use jsp:directive.taglib 2) I would expect that included files would inherit the extension of the including page (ultimately jsp) 3) I tried changing

Re: jsp:directive.tag directive can only be used in a tag file

2004-06-21 Thread Steve Lewis
org.apache.jasper.JasperException: /HelloStruts.jsp(1,1) /include/b17StartJSP.inc(2,3) /include/b17StartTile.inc(1,4) /include/declareTags.jsp(3,18) jsp:directive.tag directive can only be used in a tag file 1) I never use the tag directive outside of custim tag files but I do use jsp:directive.taglib 2) I would

Re: jsp:directive.tag directive can only be used in a tag file

2004-06-21 Thread Kris Schneider
org.apache.jasper.JasperException: /HelloStruts.jsp(1,1) /include/b17StartJSP.inc(2,3) /include/b17StartTile.inc(1,4) /include/declareTags.jsp(3,18) jsp:directive.tag directive can only be used in a tag file 1) I never use the tag directive outside of custim tag files but I do use

jsp:directive.tag directive can only be used in a tag file

2004-06-19 Thread Steve Lewis
there is no problem with this and under tomcat 5 I get org.apache.jasper.JasperException: /HelloStruts.jsp(1,1) /include/b17StartJSP.inc(2,3) /include/b17StartTile.inc(1,4) /include/declareTags.jsp(3,18) jsp:directive.tag directive can only be used in a tag file 1) I never use the tag directive outside