I give complete from web-Inf path here I don't know why its not working when i click contact it give me error 400 The requested resource () is not available.
Asked
Active
Viewed 94 times
1 Answers
-1
Use below line if you want to add another jsp in your current jsp.
<%@ include file="/WEB-INF/Jsp/contact.jsp"%>
Links:JSP iNclude Directive

Pallav Jha
- 3,409
- 3
- 29
- 52
-
but i need to add that in href tag so first i need to include this and then i should add it in href ? – Himanshi Feb 22 '16 at 06:11
-
why do you need to add a uri to a jsp in href attribute of an anchor tag? – Pallav Jha Feb 22 '16 at 06:13