[opencms-dev] Will <cms:include..> leads to broken link
Andy Savin
A.D.Savin at bath.ac.uk
Fri Apr 4 14:59:40 CEST 2008
Raj,
OpenCMS allows you to name your files any way you like regardless of their
type. So if you want a file with the .jsp extension then you need to add
it yourself. This functionality is actually very useful, for example, all
our css files are jsps so that different sections of the site can have
different styles depending on various properties. However, as they are
css files this functionaility allows us to give them the .css extension.
Regards,
Andy
--
----------------------------
WEB SYSTEMS DEVELOPER
Web Services
University of Bath
Tel: 01225 38 6275
----------------------------
On Fri, 4 Apr 2008, Raj Malhotra wrote:
> From: Raj Malhotra <rajvinder.forummails at gmail.com>
> To: The OpenCms mailing list <opencms-dev at opencms.org>
> Date: Fri, 4 Apr 2008 16:49:09 +0530
> Subject: Re: [opencms-dev] Will <cms:include..> leads to broken link
> Reply-To: The OpenCms mailing list <opencms-dev at opencms.org>
> X-Spam-Score: 0.5 (/)
>
> 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?
>
> regards
> Raj
>
>
> On Fri, Apr 4, 2008 at 10:18 AM, Raj Malhotra <
> rajvinder.forummails at gmail.com> wrote:
>
> > Hi friends
> > this is the content of my main.jsp
> >
> > <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
> >
> > <cms:include file="frag.jsp" />
> >
> >
> > My concern is if i rename the frag.jsp to frag1.jsp and request
> > main.jsp. will it lead to broken link?
> > 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".
> >
> >
> > regards
> > Raj
> >
>
More information about the opencms-dev
mailing list