Hello,

We are having some problems including small jsp's in our site.
Can anyone help us with this issue?

We have a list of all articles from the repository working fine at:
http://localhost:8080/vgm/preview/content/documents/artikel

The RequestURLMatcher dispatch this url to artikeloverzicht.jsp, with the
following content:

<c:set var="searchPath" value="/content/documents/artikel/"/>
<c:import url="/dasl/artikel-dasl.jsp" var="artikelquery" scope="page"/>
<c:set var="artikel" value
="${repository.fetchCollection[searchPath][artikelquery][*true*].documents}"
scope="page"/>
<c:forEach var="doc" items="${artikel}">
<p> <a href="${doc.path.externalURL}" />*${doc.content.xpath['/root/titel']}
</a></p>

Now we need to include the artikeloverzicht.jsp into the index.jsp.
Using <jsp:include page="artikeloverzicht.jsp"/> the c tag is interpreted
but nothing appears.

I think it does not work because we need to first pass throught the content
filter to let it work.

Going directly to http://localhost:8080/vgm/artikeloverzicht.jsp doesn't
work either.

Anyone knows how to solve this problem?

Thanks in advance,

Wilson de Paula Pedro Junior
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to