> From: Cenk Uysal [mailto:[EMAIL PROTECTED]]
>
> I found out the problem. I use a subsitemap and so my files are in a
> folder like Cocoon_Home/myfolder
>
You should have said that earlier. Seems that you've hit a known problem in
JSP(Generator | Reader).
> In the subsitemap, you have to en
I found out the problem. I use a subsitemap and so my files are in a
folder like Cocoon_Home/myfolder
In the subsitemap, you have to enter full path of JSP file in
generator source. For example if there is a xxx.xsl file in myfolder,
in subsitemap only giving the name of file for XSL source is en
> From: Cenk Uysal [mailto:[EMAIL PROTECTED]]
>
> I tried JSPreader but now error is much more interesting. It returns
> nothing. My sitemap entry is:
Have you looked at the log? Is there any relevant information? What do you
really get: 404 error or a blank page?
>
>
>
>
>
I tried JSPreader but now error is much more interesting. It returns
nothing. My sitemap entry is:
Here the welcome.jsp is the Cocoon's own example for JSPReader.
But it runs in examples directory.
__
Do You Yahoo!?
Ya
> From: Cenk Uysal [mailto:[EMAIL PROTECTED]]
>
> Nothing changed. Same error again. Can you try them in your system
> for me? I want to learn is it my fault or Cocoon's fault?
If this was addressed to me, then yes, send your page.
Konstantin
>
> _
Nothing changed. Same error again. Can you try them in your system
for me? I want to learn is it my fault or Cocoon's fault?
__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
--
> -Original Message-
> From: Cenk Uysal [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 2:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: JspGenerator Problem
>
>
> I tried it but I still get the same error. What about JSP file? is it
> valid JSP tha
Cenk Uysal wrote:
>I tried it but I still get the same error. What about JSP file? is it
>valid JSP that returns XML? I'm not sure. Interesting point is
>Cocoon's own JSP Generator examples run correctly. Here is my JSP:
>
>
try <%@ page language="java" %>
instead of
><%@ page contentType="te
I tried it but I still get the same error. What about JSP file? is it
valid JSP that returns XML? I'm not sure. Interesting point is
Cocoon's own JSP Generator examples run correctly. Here is my JSP:
<%@ page contentType="text/xml" %>
<%
out.println("With help from JSP");
%>
_
Cenk Uysal wrote:
>I try to use JspGenerator with following sitemap entry:
>
>
>
>
>
>
>
>
>
>
>
>
>
try define in sitemap
instead the
Regard.
Yury.
-
Please check that your question has
I try to use JspGenerator with following sitemap entry:
Jsp file is just like this:
<%@ page contentType="text/xml" %>
<%
out.println("With help from JSP");
%>
And my XSL is as follows:
http://www.w3.org/1999/XSL/Transform";
version='1.
From: MOODAD (Shadi LB Soft) [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 06, 2002 10:55 PM
> To: cocoon-dev; [EMAIL PROTECTED]
> Subject: JSPGenerator problem
>
> Hi,
> I'm trying to execute a jsp file under cocoon but I have a small porblem
>
Hello,
Shouldn't your generator point to JSP pages
Regds,
Chiths
-Original Message-
From: MOODAD (Shadi LB Soft) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 10:55 PM
To: cocoon-dev; [EMAIL PROTECTED]
Subject: JSPGenerator problem
Hi,
I'm
Hi,
You need at the
beginning of the "src"-attribute a "/", and the JSP should be under a directory
is called "jsp".
example:
...
by
christian
-Ursprüngliche Nachricht-Von: MOODAD (Shadi LB Soft)
[mailto:[EMAIL PROTECTED]]Gesendet: Donnerstag, 7.
Hi,
I'm trying to execute a jsp file under cocoon but I have a small porblem
that i didn't found a solution.
I'm using this configuration:
so when executing a jsp I got the following error:
org.xml.sax.SAXParseException: Document root element is missing.
at or
15 matches
Mail list logo