DO NOT REPLY [PATCH QUEUE] Summary December 30 2003

2003-12-29 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to th

[CForms] Form lifecycle and events (was: Re: Broke car selector sample)

2003-12-29 Thread Antonio Gallardo
Sylvain Wallez dijo: > Marc Portier wrote: > >> >> >> Sylvain Wallez wrote: >> >>> Vadim Gritsenko wrote: >>> Hi all, I broke car selector sample :-) Problem is that when you assign / bind initial values to the form, events are not fired, and form ends up in the

Re: Broke car selector sample [Fwd: cvs commit: cocoon-2.1/src/blocks/woody/samples/forms car-db.xml]

2003-12-29 Thread Sylvain Wallez
Marc Portier wrote: Sylvain Wallez wrote: Vadim Gritsenko wrote: Hi all, I broke car selector sample :-) Problem is that when you assign / bind initial values to the form, events are not fired, and form ends up in the inconsistent state. Quick hack I used to fix this was to make Form.fir

Re: Broke car selector sample [Fwd: cvs commit: cocoon-2.1/src/blocks/woody/samples/forms car-db.xml]

2003-12-29 Thread Marc Portier
Sylvain Wallez wrote: Vadim Gritsenko wrote: Hi all, I broke car selector sample :-) Problem is that when you assign / bind initial values to the form, events are not fired, and form ends up in the inconsistent state. Quick hack I used to fix this was to make Form.fireWidgetEvents method

[FYI] Web Forms 2.0, a simpler alternative to XForms

2003-12-29 Thread Sylvain Wallez
Some people at Opera Software don't like the bloated XForms specification, and wrote an alternate specification to extend the current form handling in HTML in a backwards compatible way. Interestingly, this specification introduces many concepts that map closely to what we have in Woody, and th

Re: Broke car selector sample [Fwd: cvs commit: cocoon-2.1/src/blocks/woody/samples/forms car-db.xml]

2003-12-29 Thread Sylvain Wallez
Vadim Gritsenko wrote: Hi all, I broke car selector sample :-) Problem is that when you assign / bind initial values to the form, events are not fired, and form ends up in the inconsistent state. Quick hack I used to fix this was to make Form.fireWidgetEvents method public and call it direct

Re: Problems with ResourceLimitinPool and XMLSerializer

2003-12-29 Thread Joerg Heinicke
Can anybody confirm this? Joerg On 11.12.2003 13:27, Tor-Einar Jarnbjo wrote: Hi, we are having a rather strange problem with a Cocoon based web application, which seem to be load dependent and we think we have found the problem to be related to XMLSerializers not being handed back to the Reso

RE: Running Schematron validation from flow

2003-12-29 Thread Hunsberger, Peter
Ok, figured this out: don't use copy, use processPipelineTo and use the xmodule as the target... So far so good, except I'm not seeing the result in the request attribute after I've written it. I might note that if this works we've sort of got the capabliity for dynamically composing pipelines

RE: Running Schematron validation from flow

2003-12-29 Thread Hunsberger, Peter
Vadim Gritsenko <[EMAIL PROTECTED]> writes: > > Hunsberger, Peter wrote: > > >Is > >there any existing in-memory writable source available for > reuse? Any > >hints on how to do this? > > > > Try: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25210 > http://nagoya.apache.org/bugzilla/s

Re: [HEADSUP] Cocoon Ant Task

2003-12-29 Thread bernhard huber
Hi, > >i haven't tested the ant stuff right now, > >but i use the CocoonBean for launching Cocoon from some GUI, > >the GUI enables editing a cli.xconf file, and CocoonBean is launched > >>from the GUI. > > > Is it public or closed source? I'd like to see it. It will be public, not determined the

RE: cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/source CocoonSourceResolver.java

2003-12-29 Thread Unico Hommes
Carsten Ziegeler wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > unico 2003/12/27 07:10:22 > > > > Modified:src/java/org/apache/cocoon/components/source > > CocoonSourceResolver.java > > Log: > > - tag quotes don't work > > - also pl

RE: cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/source CocoonSourceResolver.java

2003-12-29 Thread Carsten Ziegeler
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > unico 2003/12/27 07:10:22 > > Modified:src/java/org/apache/cocoon/components/source > CocoonSourceResolver.java > Log: > - tag quotes don't work > - also play excalibur SourceResolver role > - remove c

Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/forms form_model_gui_binding.xml form_model_gui_data.xml form_model_gui_model.xml form_model_gui_success.xsp form_model_gui_template.xml

2003-12-29 Thread Marc Portier
Hi Tim, quite a list of changes, hoping to show due respect for your work by providing a list of remarks and questions... Log: Class, New, Struct, and Union added to cforms binding, model, and template implementations. See http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107230320407513&

Broke car selector sample [Fwd: cvs commit: cocoon-2.1/src/blocks/woody/samples/forms car-db.xml]

2003-12-29 Thread Vadim Gritsenko
Hi all, I broke car selector sample :-) Problem is that when you assign / bind initial values to the form, events are not fired, and form ends up in the inconsistent state. Quick hack I used to fix this was to make Form.fireWidgetEvents method public and call it directly from the flow/action

[cforms] committed class, new, struct, union

2003-12-29 Thread Timothy Larson
I committed the class, new, struct, and union code to cforms (Woody forms) last night. The new form model developer GUI demonstrates the new functionality. Note that the save side of the binding for this form does not work yet, but you can see it load the sample form and then interactively make c