Hi friends<br>this is the content of my main.jsp <br><br><%@ taglib prefix="cms" uri="<a href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</a>" %><br><br><cms:include file="frag.jsp" /><br>
<br><br>My concern is if i rename the frag.jsp to   frag1.jsp     and request main.jsp. will it lead to broken link?<br>I am not able to execute this scenerio as cms:include is not working for me . even both jsps are in the same folder.It just giving me error message :   javax.servlet.jsp.JspException:
org.opencms.file.CmsVfsResourceNotFoundException: Error reading
resource from path "/organization/usersites/Raj/frag.jsp".<br><br><br>regards<br>Raj<br>