Re: Setting Response to 404 has no effect

2008-07-09 Thread Robin Wyles
Hi, Many thanks for the information - very useful. Turns out there seems to be an issue with C2.2 when setting the status of 404 inside map:handle-errors. This only occurs when setting the 404 in map:handle-errors and when the error is thrown inside a matcher. Despite your explanation of

[CForms] multipage problem

2008-07-09 Thread Maciej Rosiek
Hi I'm working with Cocoon 2.1.11 and trying to make multipage form. I have problem with next and prev buttons. If I press one of the buttons it gets disabled and the form goes to another page. Everything works fine. But the problem is that when I quickly press two buttons, one by one, before

Problems with ContextListener

2008-07-09 Thread Kjetil Kjernsmo
Hi all, We have a Cocoon 2.2-application that is deployed on Tomcat 5.5. Right now, it is doing a lot of processing, mainly indexing of strings with Lucene, at startup. This is taking a lot of time, but needs doing in some form or the other. The problem now is that it appears to do everything

Re: Problems with ContextListener

2008-07-09 Thread Barbara Slupik
I had similar problem. I fixed it by adding: filter filter-namespringRequestContextFilter/filter-name filter-classorg.springframework.web.filter.RequestContextFilter/ filter-class /filter filter-mapping

Help with tree widget

2008-07-09 Thread Molnar Peter
Hi all, I'm working on a project that uses Cocoon 2.2 and I'm trying to get the tree widget to work. So far I have built a tree model in java, and the next step would be to display this tree on the web page. Can anybody show me a very basic flowscript/definition/template to simply display this

CSVGenerator separators

2008-07-09 Thread netBrackets
Is there any way to tell the CSVGenerator to use one or more contiguous spaces as a seperator? You can tell it to use a single space: map:match pattern=importSSV/* map:generate type=csv src=inputs/{1} map:parameter name=separator value= / /map:generate