Hi; I have realized a tool (tool.jar) which generated a JSP "P1" containing of the specific tags which will be use by a web application. Tool copy this JSP automatically into webapps directory of the application. Web application use a JSP "P2" which contains the JSP "P1" in using "<jsp:include ..." directive. This is works correctly but each version change of the web application (restart Jboss server) erase the JSP P2 packaging P1 and I am needs to restart too.jar to rebuild P1. I tried to separate the two JSP in inserting into P2 the contents of P1 (with a STRING + FILE object) but web application does not succeed to interpreter the specific tags ? How resolve this problem ?
regards; -- View this message in context: http://www.nabble.com/The-association-relationship-between-JSP-tp14452477s2369p14452477.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
