JSP compile errors when using include directive-Collection of common programming errors
I have a bunch of jsps that use the include directive to pull in content from other files
I’ve moved development envrionment (JBuilder 2008 with JBOSS as the server) and now the included files are causing compilation errors.
I understand that they are not valid JSPs outwith the context of the including jsp. However I want to stop the precomilation so that I can run the JSPs and everything will be ok at runtime. Is this possible?