Re: XMLForm Deprecated?

2003-09-01 Thread Sylvain Wallez
to the latest XForms element names. The main work should be related to this update of element names. But I'm not the most qualified person to answer this question and there maybe other people that already did this migration. Sylvain -- Sylvain Wallez Anyware

Re: HTML code shown in browser, not parsed

2003-08-31 Thread Sylvain Wallez
Sylvain Wallez wrote: Reinhard Poetz wrote: It seems this is the same problem as the sendPage() problem described recently on both lists because AFAIK sendPage(..) calls are internal redirects. Is anybody aware of any changes (environment, ...?) that could have caused this problem? I fixed

Re: [shameless plug] Let's GetTogether

2003-09-16 Thread Sylvain Wallez
://www.orixo.com/events/gt2003/sessions.html#sylvain [2] http://wiki.cocoondev.org/Wiki.jsp?page=GT2003Hackathon -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting

Re: Forms + XUL (Was: Re: EJB + Cocoon, Best Practices)

2003-09-25 Thread Sylvain Wallez
application but, well... works on any browser ;-) Of course, we could also have stylesheets producing XUL for Woody forms. Any taker ? Enjoy, Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML

Re: Unable to use Woody on latest Cocoon from CVS (3)

2003-09-25 Thread Sylvain Wallez
. This certainly means that your binding file contains a wb:field element, which is not allowed. Use wb:value instead. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon

Re: Flowscript problem?

2003-09-25 Thread Sylvain Wallez
not serialized), or that even the raw value (i.e. the pointer or the primitive type value) is shared ? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training

Re: Flowscript problem?

2003-09-26 Thread Sylvain Wallez
continuations : when the value is fetched, crawl up the continuation tree up to a point where a value exists, and when the value is set, attach it only to the forthcoming continuation (not to the latest one, as it may be the root of a continuation subtree). Sylvain -- Sylvain Wallez

Re: Flowscript problem?

2003-09-26 Thread Sylvain Wallez
Reinhard Poetz wrote: From: Sylvain Wallez snip/ I was also thinking about having ContinuationLocal variables that would mimic the behaviour of InheritableThreadLocal for continuations. This would handle the use cases where a variable's value should not be shared between continuations

Re: Flowscript problem?

2003-09-26 Thread Sylvain Wallez
defined in a given scope are shared by all the continuation subtree : http://www.sidhe.org/~dan/blog/archives/000156.html Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon

Re: [xsp] Why this does not work ?

2003-09-29 Thread Sylvain Wallez
in an xsp:logic : the corresponding code produced _before_ the code corresponding to the element start. That's why all java instructions related to an xsp:attribute must be either in an enclosing xsp:logic or before the element opening tag. Sylvain -- Sylvain Wallez

Re: can reader read external url?

2003-09-30 Thread Sylvain Wallez
type=svg2jpeg/ /map:match Hope this helps ! Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business

Re: can reader read external url?

2003-09-30 Thread Sylvain Wallez
suggested. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http://www.orixo.com

Re: JXForms vs. Woody vs. KISS

2003-10-28 Thread Sylvain Wallez
-- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http://www.orixo.com

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-05 Thread Sylvain Wallez
not existed at the time I wrote it !! Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance

Re: woody: fill selection-list with result of database query ?

2003-11-05 Thread Sylvain Wallez
is to write a pipeline that does the database extraction e.g. with ESQL and use wd:selection-list src=cocoon://esql-pipeline.xml dynamic=true/ Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-05 Thread Sylvain Wallez
, but not restricted to, cocoon:) to any ModifiableSource : map:act type=copy-source src=cocoon://pipeline.xml map:parameter name=dest value=context://WEB-INF/data/file.xml/ /map:act Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain

Re: [IMP] Performance problems with TraxTransformer

2003-10-29 Thread Sylvain Wallez
the optimisation quickly for your customer, please make a different class or keep it private until we do the clean refactoring. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon

Re: Making Sitemap parameters available in XSP

2003-11-10 Thread Sylvain Wallez
, defaultvalue)/xsp:expr Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http

Re: Changing sitemap causes app to throw a null pointer exception...

2003-11-10 Thread Sylvain Wallez
this. Any ideas what might cause this strange behaviour? Anyone ever seen this before? Can you provide a stacktrace ? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon

Re: Evaluating Frameworks

2003-11-10 Thread Sylvain Wallez
provides exactly this. You should have a look at the Woody samples: - http://localhost:/samples/woody/form1.flow : Number fields section - http://localhost:/samples/woody/carselector : completely implemented using server-side event handlers. Sylvain -- Sylvain Wallez

Re: Is it possible to upload files with Cocoon 2.1???

2003-11-10 Thread Sylvain Wallez
in web.xml to true, and then you can use the following: Part part = request.get(upload-input); InputStream stream = part.getInputStream(); The Part class is defined in org.apache.cocoon.servlet.multipart Sylvain -- Sylvain Wallez Anyware Technologies http

Re: Is it possible to upload files with Cocoon 2.1???

2003-11-10 Thread Sylvain Wallez
= ObjectModelHelper.getRequest(objectModel); Part part = (Part)request.get(upload-input); InputStream stream = part.getInputStream(); // use stream here... } Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware

Re: Is it possible to upload files with Cocoon 2.1???

2003-11-10 Thread Sylvain Wallez
... The Part objects represents a temporary storage that is trashed when the request processing is finished. So you *must* move the uploaded data somewhere else in the action. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-10 Thread Sylvain Wallez
/CopySourceAction.java?rev=1.1content-type=text/vnd.viewcvs-markup -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-10 Thread Sylvain Wallez
on this behaviour shows that we must correct things quickly. If it was only me, we would forbid it ASAP for the 2.1.3 release. What do others think? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com

Re: Xalan #13; Problem

2003-11-12 Thread Sylvain Wallez
; IIRC, this is something along these lines. Now, I don't know the solution, except filtering those #13; when reading the request parameter. Hope this helps, Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware

Re: Selecting xslt-document based on the domain-name of a requet ?

2003-11-13 Thread Sylvain Wallez
is to have cocoon select stylesheet domain1.com.xsl if a request to domain1.com arrives some kind of map:transform type=xslt src={host}.xsl/ is there a way to do this? Maybe map:transform type=xslt src={request-header:Host}.xsl/ ? Sylvain -- Sylvain Wallez

Cocoon dinner in Paris?

2003-11-13 Thread Sylvain Wallez
to the exhibition). See you soon, Sylvain [1] http://www.technoforum.fr/integ2003/index.html [2] http://www.technoforum.fr/integ2003/spip/confsdetail.php3?id_rubrique=46 [3] http://wiki.cocoondev.org/Wiki.jsp?page=CocoonUserGroupParis -- Sylvain Wallez Anyware Technologies http

Re: Cocoon and Struts in one Context

2003-11-17 Thread Sylvain Wallez
in web.xml. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http://www.orixo.com

Re: Woody - Determining the value for a widget

2003-11-20 Thread Sylvain Wallez
an exception when a null-valued required field is not present on the request (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24180). Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML

Re: cocoon woody/flow question

2003-11-20 Thread Sylvain Wallez
it and directly call your own function. That's personally the way I do it. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo

Re: can woody make client-side validation ?

2003-12-11 Thread Sylvain Wallez
Jean-Christophe Kermagoret wrote: Hi, is it possible to hava client-side validation with the woody framework like the struts validator for example ? This is not yet possible, but this is on the todo list... Sylvain -- Sylvain Wallez Anyware Technologies http

Re: Writing custom Serializer that accepts parameters?

2003-12-13 Thread Sylvain Wallez
them through the setup() method. However, the ability for serializers to implement this interface was added recently and isn't functional in the latest released version. Hope this helps, Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain

Re: can i temporarily disable mail delivery from this list?

2003-12-24 Thread Sylvain Wallez
Christmas stats: snip/ Do these stats also include allow-subscribed people ? Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo

Re: Is it possible to have poolable actions ?

2004-02-10 Thread Sylvain Wallez
is that only one instance of the class will be used for all requests, which is far speedier than managing a pool of objects. My 0.02 euro. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java

Re: svg and cocoon in debug mode

2004-02-11 Thread Sylvain Wallez
. But I'm using Jetty... Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http

Re: Need some help w/ Woody Template

2004-02-11 Thread Sylvain Wallez
to a sendPage and can therefore be used to go back at any particular location in your script. This allows to easily handle a previous button in a wizard. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com

Re: [Heads-Up] List Etiquette Return Recipts (Was: Re: Asking again Portal framework login issue)

2004-05-12 Thread Sylvain Wallez
this option is for everybody to send the return receipt. I'm sure receiving several hundreds of confirmations will make them run to their mailer preferences to disable the feature ;-) Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain

Re: Cocoon and Handheld devices

2004-04-28 Thread Sylvain Wallez
Joerg Heinicke wrote: On 28.04.2004 19:36, Fabio Sabatini wrote: Did someone have ever run a cocoon-based webapp on a handheld device? What should i need? Sylvain Wallez (also a Cocoon committer) and the company he works for (http://www.anyware-tech.com/index_en.html) have such a Micro Cocoon

[Fwd: Apologies (was Re: formation@anyware-tech.com)]

2004-04-30 Thread Sylvain Wallez
: I was first thinking of sending this email from my work email address, but finally chose to use my apache address since these apologies come from a member of the Cocoon community that felt offended by this. -- Sylvain Wallez Anyware Technologies http

Re: [VOTE RESULTS] Cocoon PMC chair

2004-06-07 Thread Sylvain Wallez
elections. Anyway, it looks like our new PMC chair is Sylvain Wallez: thanks for taking over! I'd like to thank the other candidates for offering their time and energy, and be sure to volunteer next year! Thanks to all. I know the choice wasn't easy, and the variety of votes shows how healthy

Cocoon 2.1.5 as a FreeBSD port

2004-07-08 Thread Sylvain Wallez
-- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } - To unsubscribe, e

Re: Desperate Cocoon user would like to have {response:status} (eg)?

2004-09-14 Thread Sylvain Wallez
) if one has been sent or store the http response stream as a request attribute for later use of its content by a generator (a simple parser). Hope this helps, Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware

Re: Help ! General questions about Cforms and flowscript.

2004-09-17 Thread Sylvain Wallez
contributors to this list!) Interested? Drop me a mail :-) /shameless-plug Sylvain [1] http://cocoon.apache.org/2.1/userdocs/flow/api.html [2] http://cocoon.apache.org/2.1/userdocs/forms/api_javascript.html -- Sylvain Wallez Anyware Technologies http://www.apache.org

Re: Mime-type on serializers

2004-09-18 Thread Sylvain Wallez
=base64 mime-type={chosen-mime-type}/ /map:act Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects

Re: Mime-type on serializers

2004-09-18 Thread Sylvain Wallez
needs to know the mime-type using means external to the pipeline stream. Thanks for the insight! You're welcome :-) Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource

Binding a multivaluefield on a bean property (was Re: Mime-type on serializers)

2004-09-18 Thread Sylvain Wallez
that, it works, i'm baffled. :-D When would one have to use fb:multi-value then? It should be mainly useful to bind a multivaluefield to an XML document, where the surrounding structure (parent and row elements) have to be defined. Sylvain -- Sylvain Wallez

Re: Mime-type on serializers

2004-09-18 Thread Sylvain Wallez
Luigi Bai wrote: On Sat, 18 Sep 2004, Sylvain Wallez wrote: Jorg Heymans wrote: However if you really only in the serializer can detect what you're streaming back then this is no good either. That's right, for the simple reason that the content-type header must be send to the client before

Re: passing extra parameters to handleForm

2004-09-20 Thread Sylvain Wallez
only those functions that we really consider public are accessible from the outside world. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting

Re: Help: XPah to Jexl

2004-09-21 Thread Sylvain Wallez
in an XML document using Jexl, except by using the DOM API (e.g. ${description.getAttribute(maxoc)}). JXPath, on the contrary, traverses both DOM and JavaBeans hierarchies. So in that particular case, using JXPath is the IMO the appropriate choice. Sylvain -- Sylvain Wallez

Re: XSP, name of root element

2004-09-21 Thread Sylvain Wallez
Huber, Daniel wrote: Hi, is it right that in XSP I have no chance to specify the name of the root element to be generated dynamically? Yes, that's right: the root element of an XSP *has* to be static. Sylvain -- Sylvain Wallez Anyware Technologies http

Re: [CForms] dependency on headless server ?

2004-09-21 Thread Sylvain Wallez
this dependency? I know Batik needs the headless server, but CForms or Flow Script? Same question here. Couldn't this be because the pipeline called by Form.showForm() uses components that do have that dependency? In that case, CForms isn't the culprit :-) Sylvain -- Sylvain Wallez

GetTogether pictures

2004-10-14 Thread Sylvain Wallez
FYI, I created a page on the wiki to collect albums of pictures taken during the GetTogether: http://wiki.apache.org/cocoon/GT2004Pictures Have a look to get a feeling of what happened there. And if you have some pictures, add a link to your album! Sylvain -- Sylvain Wallez

Re: [CForms] on-action event

2004-09-27 Thread Sylvain Wallez
-defined handlers before deleting the rows (for other handlers, they're called before) Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting

Re: CopySourceAction , seems trivial but can't make it works

2004-09-28 Thread Sylvain Wallez
however, that once generated, the document validity will *never* be checked unless the generated file is deleted. That's what my patched pipeline do, but not enough generic to be commited to cocoon. Thanks a lot to have explain more the copy-source action. You're welcome :-) Sylvain -- Sylvain

Re: flow: accessing cocoon logger from Java classes

2004-10-05 Thread Sylvain Wallez
conveniently, extend AbstractLogEnabled), and then instantiate it using cocoon.createObject(Packages.my.NiceClass). The various Avalon lifecycle interfaces implemented by the class will be honoured and the enableLogging() method will be called. Sylvain -- Sylvain Wallez

Weather in Gent?

2004-10-08 Thread Sylvain Wallez
Hi all, Could one of the locals (Steven, Marc?) tell us about the forecast weather for the GetTogether and the associated temperature, so that we can know what to put in our packing. Thanks :-) Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org

Re: Weather in Gent?

2004-10-08 Thread Sylvain Wallez
Steven Noels wrote: On Fri, 8 Oct 2004, Sylvain Wallez wrote: Hi all, Could one of the locals (Steven, Marc?) tell us about the forecast weather for the GetTogether and the associated temperature, so that we can know what to put in our packing. Easy: http://www.meteo.be/english/pages

Re: Problems with event handling in CForms

2004-12-06 Thread Sylvain Wallez
radio, no event is being triggered... Any ideas? Do you have a widget that is named submit? If yes, it overrides the submit() function of the form object in the web page, and therefore breaks the client-side handling of submit-on-change. Sylvain -- Sylvain Wallez

Re: AW: Debug cocoon applications

2005-02-24 Thread Sylvain Wallez
. RTDon't know if there's some interest for community sponsoring and/or contributions, we're open to discussions/RT Stay tuned! Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon

Re: CForms submit checkbox

2005-02-26 Thread Sylvain Wallez
, as it introduces a parallel API to the Java API that doesn't follow the usual Java and JS conventions. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training

Re: [cforms] Partial Binding

2005-02-27 Thread Sylvain Wallez
? Yes: forget about Form bean, and bind the form to Business bean or Data bean if there's really a need for it. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource

Re: Forms builder

2005-03-02 Thread Sylvain Wallez
should appear in the list. These plugins are for sure not discontinued even if haven't worked much on them lately, and will soon take a new start (see [1]). Sylvain [1] http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=110928040030617w=2 -- Sylvain Wallez Anyware

Re: [YAY] (was Re: Forms builder)

2005-03-02 Thread Sylvain Wallez
Jorg Heymans wrote: This is some awesomely amazingly good news I won't jump conclusions but you didn't make it too difficult to read between the lines there :) Really? Oh, you're very smart ;-P Sylvain -- Sylvain Wallez Anyware Technologies http

Re: Remembering original request parameters when using flow

2005-03-03 Thread Sylvain Wallez
flowscript variables doesn't force you to use the request generator. Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects

Re: writing PDF file to filesystem

2005-03-04 Thread Sylvain Wallez
/to/file.pdf/ /map:act Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects

[poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-30 Thread Sylvain Wallez
you like to join and invest time and effort? Thanks for your answers, Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-30 Thread Sylvain Wallez
Ralph Goers wrote: Sylvain Wallez wrote: Hi folks, Cocoon is now a mature framework and is more and more used in corporate environments. And more and more people are asking for some tools. Several people also experienced lost projects because Cocoon doesn't have a minimal opensource tooling

Re: [poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-30 Thread Sylvain Wallez
Sandor Spruit wrote: Sylvain, Sylvain Wallez wrote: Hi folks, Cocoon is now a mature framework and is more and more used in corporate environments. And more and more people are asking for some tools. Several people also experienced lost projects because Cocoon doesn't have a minimal

Re: [poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-31 Thread Sylvain Wallez
. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director - To unsubscribe, e-mail

Re: [poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-31 Thread Sylvain Wallez
Nouguier Olivier wrote: On Wed, 2005-03-30 at 18:13 +0200, Sylvain Wallez wrote: Hi folks, Cocoon is now a mature framework and is more and more used in corporate environments. And more and more people are asking for some tools. Several people also experienced lost projects because Cocoon

Re: [RESEND] What have changed since Cocoon: Building XML Applications was published?

2005-04-01 Thread Sylvain Wallez
interactions (i.e. guiding the user through successive pages) - Cocoon Forms, a powerful form handling framework, that kicks ass when combined with flowscript - a complete rewrite of the portal framework Sylvain -- Sylvain WallezAnyware Technologies http://apache.org

[Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-05 Thread Sylvain Wallez
/index.html [2] news://news.eclipse.org/eclipse.technology.lepido [3] http://www.eclipse.org/newsgroups/main.html [4] http://www.anyware-tech.com/en/developper/EclipsePlugins/SitemapEditor.html [5] http://marc.theaimsgroup.com/?t=11121993331r=1w=2 -- Sylvain WallezAnyware

Re: [Forms] broadcastEvent

2005-04-05 Thread Sylvain Wallez
samples that examplifies this. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [Forms] broadcastEvent

2005-04-06 Thread Sylvain Wallez
at the org.apache.cocoon.components.flow.util.PipelineUtil class. It's a generalization of cocoon.processPipelineTo not only for streams, but also DOM and SAX handlers. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research

Re: SourceWritingTransformer

2005-04-06 Thread Sylvain Wallez
and not to have side effects. The SourceWritingTransformer was designed at a time when other solutions weren't available and shouldn't be considered as good practice. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com

Re: Cforms upload validation?

2005-04-06 Thread Sylvain Wallez
to the application. Note that such indication would be useful also to detect that upload isn't enabled in web.xml. Please file a bug for this. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software

Re: [Fwd: New version of sunBow available]

2005-04-06 Thread Sylvain Wallez
the best known here) want to participate to Lepido and reuse there what makes sense to be reused. The purpose being of course to avoid duplicating efforts on Cocoon-related tools ! Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp

Re: [Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-07 Thread Sylvain Wallez
Sylvain Wallez wrote: Folks, I'm very pleased to announce the creation of the Eclipse Lepido project [1], which aims at building an opensource tooling for Apache Cocoon based on the Eclipse platform. snip/ A newsgroup [2] should be created shortly for these discussions, which your are warmly

Re: [Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-08 Thread Sylvain Wallez
Thorsten Scherler wrote: On Tue, 2005-04-05 at 19:33 +0200, Sylvain Wallez wrote: [Announce] Eclipse Lepido Hello Sylvain, nice to hear you are planing this project but did you know that in forrest.apache.org we host already a similar tool? Have a look at http://svn.apache.org

Re: [Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-08 Thread Sylvain Wallez
system to build form-oriented editors. The eclipse plugin looks fine. I already downloaded it and played a little with it. But a good docos are needed to get more into. Yup. You'll be able to write them as part of the Lepido effort :-P Sylvain -- Sylvain WallezAnyware

Re: Starting with Cocoon Forms

2005-04-11 Thread Sylvain Wallez
the resources (XSLs) and messages (i18n dictionaries) directories. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director

Lepido: come in, it's open!

2005-04-13 Thread Sylvain Wallez
://www.eclipse.org/proposals/eclipse-lepido/index.html [2] http://www.eclipse.org/newsgroups/main.html -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director

[Lepido] Feedback wanted: what do you want your Cocoon IDE to be?

2005-04-25 Thread Sylvain Wallez
] http://www.eclipse.org/proposals/eclipse-lepido/ [2] news://news.eclipse.org/eclipse.technology.lepido [3] http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.lepido [4] http://www.eclipse.org/newsgroups/index.html [5] http://wiki.apache.org/cocoon/Lepido -- Sylvain Wallez

Re: [CForm] binding question

2005-05-03 Thread Sylvain Wallez
than the top-level form) in your on-value-changed. Hope this helps, Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Spring web flow vs Cocoon Flow/Continuations

2005-05-13 Thread Sylvain Wallez
-- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director - To unsubscribe, e-mail: [EMAIL

Re: Spring web flow vs Cocoon Flow/Continuations

2005-05-15 Thread Sylvain Wallez
thomas wrote: --On Freitag, 13. Mai 2005 12:07 Uhr +0200 Sylvain Wallez [EMAIL PROTECTED] wrote: 3 years ago, the cocoon devs were discussing flow maps, and addition to the sitemap to define page flow using an XML grammar. We always ended up with verbose XML languages having control structures

Re: CForms submitId doesn't work when submiting from button without label

2005-05-21 Thread Sylvain Wallez
checking that it exists is actually enough and would solve your problem. I'll fix this. Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Retrieve and parse an XML document available on a FTP server ?

2005-05-23 Thread Sylvain Wallez
in source-factories in cocoon.xconf: component-instance class=org.apache.excalibur.source.impl.FTPSourceFactory name=ftp/ Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member

Re: enctype problem

2005-05-30 Thread Sylvain Wallez
Jorg Heymans wrote: I'm not sure if this is related, but Sylvain just committed a fix WRT file uploads and request parameters. http://svn.apache.org/viewcvs?rev=179049view=rev Hehe, you're monitoring the cvs list closely :-) Yes, that what I just fixed! Sylvain -- Sylvain Wallez

Re: enctype problem

2005-05-30 Thread Sylvain Wallez
Jorg Heymans wrote: Sylvain Wallez wrote: Hehe, you're monitoring the cvs list closely :-) sure thing :P Yes, that what I just fixed! Thanks! Jorg PS this seems like a big enough fix, shouldn't status.xml be adjusted ? Aie Sir! Done :-P Sylvain -- Sylvain Wallez

Re: CFORMS - Performing a Form level validation

2005-05-31 Thread Sylvain Wallez
to have the Form Level validation I mentioned above. That should occur automatically. Hope this helps, Sylvain -- Sylvain WallezAnyware Technologies http://apache.org/~sylvainhttp://anyware-tech.com Apache Software Foundation Member Research Technology

Re: Error in forms-field-styling.xsl in svn

2005-07-29 Thread Sylvain Wallez
a widget. In this case, it's an enclosing span. The input's id is [EMAIL PROTECTED] so that we can produce label for=[EMAIL PROTECTED] tags that effectively link the label to the right input. I will commit the fix ASAP (SVN is currently down). Thanks for reporting! Sylvain -- Sylvain Wallez

[ANN] Eclipse Lepido, Tools for Apache Cocoon milestone 1

2005-08-05 Thread Sylvain Wallez
on the Lepido web site at http://www.eclipse.org/lepido/ On behalf of the development team, Sylvain Wallez -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology

Re: [Lepido][Contribution] Sitemap Debugger/Trace

2005-09-13 Thread Sylvain Wallez
debugger, that would also be based on Eclipse's generic debugger infrastructure. Thanks again for this contribution. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research

Re: AJAX and Cocoon - Design Patterns

2005-10-04 Thread Sylvain Wallez
aggregated in a full-page rendering model live their lives separately. What that means is that those pipelines that use to be internal-only will now be used both by the full page rendering (for the first page display or non-Ajax browsers) and for individual Ajax updates. Sylvain -- Sylvain

Re: flow problem with reload button

2005-10-04 Thread Sylvain Wallez
the continuation for formA which is in the URL. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: AJAX and Cocoon - Design Patterns

2005-10-05 Thread Sylvain Wallez
Armaz Mellati wrote: -Original Message- From: Sylvain Wallez [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 3:22 PM To: users@cocoon.apache.org Subject: Re: AJAX and Cocoon - Design Patterns Where Cocoon can shine IMO with Ajax apps is that a website (not necessarily

Re: AJAX and Cocoon - Design Patterns

2005-10-06 Thread Sylvain Wallez
Johannes Textor wrote: Sylvain Wallez schrieb: I disagree with the statement that Ajax makes CForms obsolete. Even with Ajax, you still need to input some data, validate it and relate it to back-end data. Now the way we interact with forms will change, and rather than filling everything

Re: CForms / Flow + database actions?

2005-10-10 Thread Sylvain Wallez
. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director - To unsubscribe, e

  1   2   3   4   >