When i include
<jsp:include page="/WEB-INF/......../countries.jsp" />


It does not work in tomcat 8.0.15.

and my included jsp file contents are something like :

<div class="txt">
<form:select path="country">
<form:option value="US" label="US - UNITED STATES OF AMERICA" />
...............................................................................
</form:select>
</div>


What could be the problem?

Reply via email to