Re: XSLT is Dead ?!

2009-04-28 Thread Derek Hohls
Ken I would echo most of your sentiments, except for the XSP part. I have found that the flowscript/JXT gives me all the logic/layout options I need ... without having to worry about any Java at all in my apps. I think that is why the developers decided to deprecate XSP quite a while back,

Cocoon 2.2 error handlers

2009-04-28 Thread Mathias Reem
Hi I've got a problem with the error handling in cocoon 2.2. If a file can not be found I would like to present a custom errorpage to the user, but also give him the 404 error code. I do get the custom error page, but error code is not 404 but 200. :-( My sitemap.xmpa looks like: ...

Re: XSLT is Dead ?!

2009-04-28 Thread Derek Hohls
Antonio True - but it would be useful to tell the original author this as well! PS it is Freemarker (not maker) [1] http://cocoon.markmail.org/search/?q=freemarker On 2009/04/24 at 10:07, in message 49f21bea.7030...@agssa.net, Antonio Gallardo agalla...@agssa.net wrote: hi Derek,

Re: how to call continuation, created by button's action?

2009-04-28 Thread Joerg Heinicke
By redisplaying the form a continuation should be created anyways. It should not be necessary to do this yourself. Joerg On 28.04.2009 07:50, Maria Grigorieva wrote: By means of button I make the xml-file. And I want after button click (and after making xml-file) to show in the same page in

Re: XSLT is Dead ?!

2009-04-28 Thread Stan Dyck
It is possible to make cocoon use Saxon, which implements xslt 2.0, as it's underlying xslt processor. StanD. Derek Hohls wrote: Ken I would echo most of your sentiments, except for the XSP part. I have found that the flowscript/JXT gives me all the logic/layout options I need ... without