Dear All,

We want to use the suffix .jnc for our jsp include files. However, if we do something like this:

  <jsp:include page="productionHdr.jnc" flush="false">
    <jsp:param name="ph.pageName" value="Scrub Reports"/>
  </jsp:include>

The .jnc file is not compiled -- you can see all the jsp directives when you view source in your browser. If you use .jsp, everything works fine.

Does anyone know how to configure tomcat to compile .jnc files in this circumstance?

Is there a standard convention for naming jsp include files?

Thanks much,

r:b:


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



Reply via email to