RE: JSP Generator problem

2002-04-20 Thread Piroumian Konstantin
Hi! > From: Jeremy Crosbie [mailto:[EMAIL PROTECTED]] > > Setup: > > Win2k, JDK1.3.1_02, Tomcat 4.0.3, Cocoon 2.0.2/Cocoon 2.1-dev > > I am having a problem with the Cocoon samples that use the > JSP generator as > well as any code I write using that generator, I get a 404 > error. I went >

Re: JSP Generator problem

2002-04-18 Thread Pierre Fevre
I had the same problem, and if you don't want to use XSP you have to use cocoon 2.0.1 otherwise the JSP generator doesn't work :(( Pierre Le ven 19/04/2002 à 01:43, ext Jeremy Crosbie a écrit : > Setup: > > Win2k, JDK1.3.1_02, Tomcat 4.0.3, Cocoon 2.0.2/Cocoon 2.1-dev > > I am having a prob

Re: JSP-Generator-problem

2002-01-30 Thread Powys County Council Mail Delivery System
02 3:01 PM Subject: AW: JSP-Generator-problem > -Ursprüngliche Nachricht- > Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 30. Januar 2002 15:46 > An: [EMAIL PROTECTED] > Betreff: RE: JSP-Generator-problem > > > Localize the problem first. Doe

Re: JSP-Generator-problem

2002-01-30 Thread Bryan Murphy
One other thing... I found that in order to get my JSPs working, I had to put a "/" at the beginning of the src attribute. For instance, would have to become: in order to work for me. I only ever experienced this problem with JSP files. Bryan >I see. From your email: > > > >

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
I see. From your email: >>> The Code is in TOMCAT_HOME/webapps/cocoon/bancotec/floxco/src/View/menue.jsp <<< JSP files must be in the directory: TOMCAT_HOME/webapps/cocoon/bancotec/floxco/src/jsp/ Sorry for missing that from the beginning. Vadim > -Origin

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
Can you try without ? May be it causes the problem. Does simple hello.jsp works for you? Vadim > From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > > If I tried without Tag there is the old error: > org.apache.cocoon.ProcessingException: SAXException JspGenerator.generate(): > org.xml.sax

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
> From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > > > -Ursprüngliche Nachricht- > > Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Gesendet: Mittwoch, 30. Januar 2002 15:46 > > An: [EMAIL PROTECTED] > > Betreff: RE: JSP-Generator-problem &g

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
Localize the problem first. Does it work without ? Vadim > -Original Message- > From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 6:52 AM > To: '[EMAIL PROTECTED]' > Subject: JSP-Generator-problem > > Hallo, > > I have a problem with th

RE: JSP-Generator-problem

2002-01-30 Thread Alex Kachanov
Start your JSP document with -Original Message- From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] Sent: 30 ?? 2002 ?. 20:52 To: '[EMAIL PROTECTED]' Subject: JSP-Generator-problem Hallo, I have a problem with the JSP-Generator. The small "hello"-JSP-example works fine. If i i