AW: JSP-Generator-problem

2002-01-31 Thread Mueller15, Thomas
> org.apache.cocoon.ProcessingException: SAXException JspGenerator.generate(): > org.xml.sax.SAXParseException:The root element is required in a well-formed I had this error too. My cause was that in the JSP some 'ü', 'ö', and 'ä' were generated. This means the page was assumed to be UTF-8 but t

AW: JSP-Generator-problem-thanks

2002-01-30 Thread Bucholdt, Christian
> > >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 missi

AW: JSP-Generator-problem

2002-01-30 Thread Bucholdt, Christian
Hi, It's not the Tag a problem. The same error is without this Tag. Only the hello.jsp in cocoon/docs/samples/jsp/-Directory works fine. It's perhaps a Directory-Problem? gruss christian > -Ursprüngliche Nachricht- > Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch

AW: JSP-Generator-problem

2002-01-30 Thread Bucholdt, Christian
If I tried without Tag there is the old error: org.apache.cocoon.ProcessingException: SAXException JspGenerator.generate(): org.xml.sax.SAXParseException: The root element is required in a well-formed document. I 'm thinking, the JSP-Generator-Output is not well-formed. But if you see the code i

AW: JSP-Generator-problem

2002-01-30 Thread Bucholdt, Christian
> -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. Does it work without > > > > ? If I change the Tag like on

AW: JSP-Generator-problem

2002-01-30 Thread Bucholdt, Christian
Hallo, > -Ursprüngliche Nachricht- > Von: Alex Kachanov [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 30. Januar 2002 13:13 > An: [EMAIL PROTECTED] > Betreff: RE: JSP-Generator-problem > > > Start your JSP document with > I try this several times, but it doesn't work. In the small