Bug in JSPReader?

2003-07-31 Thread Marc Baumgartner
Hello all, it seems that there is a bug in the JSPReader class? I have the following sitemap entry: With entering the url "localhost:8080/cocoon/admin/hello.jsp" I get a error message that the ressource "localhost:8080/cocoon/test/admin/hello.jsp" can not be found. I am using tomc

Re: Bug in JSPReader?

2003-08-01 Thread Marc Baumgartner
fix this (also, please fix the > JSPGenerator). > > Regards, > Konstantin Piroumian > [EMAIL PROTECTED] > > - Original Message - > From: "Marc Baumgartner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 31, 2003 21:39

Re: Bug in JSPReader?

2003-08-04 Thread Marc Baumgartner
gt; > in JSPReader/JSPGenerator (it is retrieved using > > ObjectModel.getRequest() or > > > > something like that). > > > > > > Regards, > > > Konstantin > > > > > > From: "Marc Baumgartner" <[EMAIL PROTECTED]> > &g

Re: Bug in JSPReader?

2003-08-04 Thread Marc Baumgartner
hich is already > > > > > > available > > > > > > > > in JSPReader/JSPGenerator (it is retrieved using > > > > > > ObjectModel.getRequest() or > > > > > > > > something like that). > > > > > > &g

Build a XML-Tree recursiv in XSP

2003-08-14 Thread Marc Baumgartner
Hello all, I want to build dynamiclly a tree of nodes inside a xsp. I have tried something like this: insertNode(anObject); private void insertNode(Object obj){ text of Object

Re: Bug in JSPReader?

2003-08-14 Thread Marc Baumgartner
> Anyone is always the first ;-) Maybe the others port their code to > Cocoon processing instead of reusing legacy JSP. I know, I Know ;-) > But the HttpServletRequest implementation is only minimalistic in the > JSPEngineImpl: > http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/jsp/java/o