Include « Property « JSP-Servlet Q&A





1. Include file from dynamic property value    stackoverflow.com

I have a project in Java thgat needs to use;

<%@include file="content.jsp" %>
to include a file into the current jsp page. However, I now need the content.jsp to be dynamic. How can I substitute ...

2. include properties file in jsp    coderanch.com