Re: [contrib] Cocoon editor

2007-01-24 Thread Olivier
Thomas Markus wrote: maybe its easier to include the schema and use a schema aware xml editor (or dtd) sure, but I like to show my pipeline in specific pane, add completion with right component (and those included in mother sitemap) and more ... thomas Olivier schrieb: Grzegorz Kossakowsk

Re: First time continuation exception (2.1.10 upgrade)

2007-01-24 Thread Mark Lundquist
On Jan 24, 2007, at 5:45 AM, Gary Larsen wrote: Yep, this is a similar problem where currentCall is null. Bypassing the NPE doesn't work with sendForm() since it will then NPE on the form.save(). Right :-/ There must be something wrong with my configuration or component version somewhere.

Sitemap schema (Re: [contrib] Cocoon editor)

2007-01-24 Thread Mark Lundquist
On Jan 24, 2007, at 2:17 AM, Peter Flynn wrote: I couldn't find a DTD or Schema anywhere though: I'm sure there's one around -- it's just not obvious. The link to sitemap-2.1-draft.xsd on http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html is broken, and all the mentions seem to po

RE: First time continuation exception (2.1.10 upgrade)

2007-01-24 Thread Gary Larsen
Thanks Mark, > Certainly the NPE results from the FOM_Cocoon object having a null > value for its currentCall instance variable. A few months ago I had to > add some AJAX features to a previously non-AJAX-using application built > on Cocoon 2.1.8, and I was getting a similar failure, but mine was

incremental output problem with cocoon

2007-01-24 Thread Jan Langer
I want to upgrade Cocoon 2.1-M1 to 2.1.9, but now the outputBufferSize seems to be not working correctly. Cocoon should buffer the output until a certain size, defined in outputBufferSize, is reached. I have defined it in sitemap.xmap, but Cocoon always buffer all output until processing has

incremental output problem with cocoon

2007-01-24 Thread Jan Langer
I want to upgrade Cocoon 2.1-M1 to 2.1.9, but now the outputBufferSize seems to be not working correctly. Cocoon should buffer the output until a certain size, defined in outputBufferSize, is reached. I have defined it in sitemap.xmap, but Cocoon always buffer all output until processing has

Re: [contrib] Cocoon editor

2007-01-24 Thread Peter Flynn
Grzegorz Kossakowski wrote: Olivier napisaƂ(a): Hi all && happy new year, I' ve started few months ago to build a sitemap cocoon editor as an eclipse plugin. My first goal was to "play" with eclipse plugins, EMF, WSTTranslator and more ... I think that the proof of concept is done. Is there

[2.2 trunk] Problem with CForms Bean Binding Example

2007-01-24 Thread Wotan von Klass
Hello, I have a problem with the Bean Binding example. When I click the submit button, the form is loaded again. But I should get in the "form2bean-success-pipeline" and see data extracted from the bean. Any thoughts? Are the 2.2 CForms allready stable? Regards Wotan