I have a web-app with a lot of lib projects, which are common to another apps.
I'd like to put some JSP files in one of those libs and then make a <jsp:include...
or <%include...
But I'm not able to make it working.
Is there a way to achieve this?
If there is, which is better, to do a include directive (@include file
..) or action (<jsp:include page
...)?
Thanks