Re: Remove from the output xml

2007-04-04 Thread alarcher
Thanks very much ! Joerg Heinicke wrote: > > On 04.04.2007 19:33, alarcher wrote: > >> I try to find a way to remove the first line of the output xml in cocoon. >> Here's the xml after cocoon serialization : >> >> >> >> Do you know if ther

Remove from the output xml

2007-04-04 Thread alarcher
Hi, I try to find a way to remove the first line of the output xml in cocoon. Here's the xml after cocoon serialization : http://www.wapforum.org/DTD/wml_1.1.xml";>

Substring component

2006-09-13 Thread alarcher
Hi Folks, I wonder if there exists a sitemap components which allows to get and test the first characters of a request parameter. I was thinking about implementing one action like that, but there's maybe already one implemented in cocoon framework. Have you ever heard about something like this ?

Cocoon redirect

2006-08-28 Thread alarcher
Hi folks, I encounter some problems using cocoon:/redirect. Here is an example : http://www.google.com"/> When typing test.html in browser, cocoon internal redirect is done to test2.html, but then a blank page is displayed. Whereas when typing test2.html in the br

RE: Setting HTTP Response Code

2006-08-28 Thread alarcher
Thanks ! Andrew Stevens-3 wrote: > >>From: alarcher <[EMAIL PROTECTED]> >>Date: Fri, 28 Jul 2006 05:59:27 -0700 (PDT) >> >>Hi folks, >> >>Does somebody knows if there's a way to set http response code directly >>inside a sitemap '

Setting HTTP Response Code

2006-07-28 Thread alarcher
Hi folks, Does somebody knows if there's a way to set http response code directly inside a sitemap 's matcher ? I know there's a way to do that in an Action : getting HttpServletResponse through ObjectModelHelper, and setting error code on response. But, is there a common action which permits t