Re: long-running requests

2003-07-26 Thread Upayavira
On Fri, 25 Jul 2003 23:43:06 -0400, Christopher Painter-Wakefield [EMAIL PROTECTED] said: With this we just add pleasewait/ to the front of any URL on our pages that are long running. When the user clicks on one of these links, a simple page will show with the please wait message. The page

Re: map:serialize type={1}/

2003-07-26 Thread Marc Portier
I think Resources might do it as well, matter off taste what you'll prefer probably... map:resource name=serialize-typeX serialize type=typeX/ /map:resource # and more for each type... and then have map:call resource=serialize-{1} / in your pipe see for more at

Re: map:serialize type={1}/

2003-07-26 Thread Joerg Heinicke
Marc Portier wrote: I think Resources might do it as well, matter off taste what you'll prefer probably... map:resource name=serialize-typeX serialize type=typeX/ /map:resource # and more for each type... and then have map:call resource=serialize-{1} / in your pipe Ah, nice idea I didn't think

Re: map:serialize type={1}/

2003-07-26 Thread Marc Portier
Joerg Heinicke wrote: Marc Portier wrote: I think Resources might do it as well, matter off taste what you'll prefer probably... map:resource name=serialize-typeX serialize type=typeX/ /map:resource # and more for each type... and then have map:call resource=serialize-{1} / in your pipe

pb with sql transform or HSQLDB

2003-07-26 Thread Bruno Pierre
Hello everybody. WHen i do the query SELECT ID AS TOTO FROM I get the tag id and not the tag toto is it a problem of HSQLDB or a problem of the transformer? To have the wanted output i'm forced to do SELECT ID+0 AS TOTO FROM... but it is boring thanks

Getting i18n by action in an sitemap aggregation

2003-07-26 Thread Mathias Wiegard
Hi, I have a pipelines which elements are all surrounded by an locale-action. At the first step in the first matcher I'm aggregating two xml files: map:aggregate element=site map:part src=cocoon:/book/index.xml/ map:part src=cocoon:/body/index.xml/ /map:aggregate Now, I want to have access to

Re: map:serialize type={1}/

2003-07-26 Thread Ramsés Morales
Excelent!! That's exactly what I needed. Why didn't I think of that? :-) Thanks. On Sat, 2003-07-26 at 02:32, Marc Portier wrote: I think Resources might do it as well, matter off taste what you'll prefer probably... map:resource name=serialize-typeX serialize type=typeX/

Re: map:serialize type={1}/

2003-07-26 Thread Marc Portier
Joerg Heinicke wrote: Marc Portier wrote: Hmm, much of the code on this page is wrong or at least misleading: map:resource name=generate-data-xml map:generate type=myCSVGenerator src=http://csv-server.domain/getData/ /map:resource map:resource name=generate-data-svg map:call

processing flow for map:call resource=/ (was: map:serializetype={1}/)

2003-07-26 Thread Joerg Heinicke
(Moving this discussion to dev list because it implies an more or less important change - wanted or not.) The problem: Does the processing return to a calling pipeline after map:call resource=/? The docu at http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html#Calling+resources and

Getting i18n by action in an sitemap aggregation

2003-07-26 Thread Mathias Wiegard
Hi, I have a pipelines which elements are all surrounded by an locale-action. At the first step in the first matcher I'm aggregating two xml files: map:aggregate element=site map:part src=cocoon:/book/index.xml/ map:part src=cocoon:/body/index.xml/ /map:aggregate Now, I want to have access to

upload a document

2003-07-26 Thread message message
I am being little impatient about a problem which has occurred to me. I say impatient because I have recently downloaded cocoon2 and I would like to know if it is possible. I want the user to upload a binary file like a word document. Then by using RMIs I want to send the Word document to the

Re: Getting i18n by action in an sitemap aggregation

2003-07-26 Thread 02068452
Hi This is how I've done things, maybe it'll help: map:action name=locale src=org.apache.cocoon.acting.LocaleAction logger=sitemap.action.locale store-in-sessionfalse/store-in-session create-sessionfalse/create-session store-in-requesttrue/store-in-request