Hi i was getting CmsVfsResourceNotFoundException  because i was giving 'frag' in the name field but opencms require 'frag.jsp' in the name field.This is different from any  java editor like eclipse .If we have already selected type as jsp we should not give .jsp in the name.May be if functionality requires , application should internally handle it. I spent almost 6 hours in order to find out why i was getting exception.What you people think?<br>
<br>regards<br>Raj<br><br><br><div class="gmail_quote">On Fri, Apr 4, 2008 at 10:18 AM, Raj Malhotra <<a href="mailto:rajvinder.forummails@gmail.com">rajvinder.forummails@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank">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><font color="#888888">Raj<br>
</font></blockquote></div><br>