Re: Limiting number of repeater rows in CForms

2004-07-04 Thread Derek Hohls
Thanks Upayavira I think even a simple example will help a lot; I looked in the archives, but cannot really see anything along these lines. Derek >>> [EMAIL PROTECTED] 2004/07/04 04:15:45 PM >>> Derek Hohls wrote: >This seems like it shoukld be a very simple >thing to do, but I could not find a

Re: [OT] Servlet Performance Report updated (or Tomcat vs. Jetty vs... others)

2004-07-04 Thread Reinhard Poetz
Antonio Gallardo wrote: Hi Cocooners! I wanted to share with you this interesting piece: http://www.theserverside.com/news/thread.tss?thread_id=27038 Also see http://www.mortbay.com/MB/log/gregw/?permalink=ServletPerformanceReport.html -- Reinhard -

Re: best place to store information : another question

2004-07-04 Thread Dirk Gronert
Lionel Crine wrote: Ok, I'll try one the two ways. Another question : If I want to set some parameters, is there a place. These parameter have to be set before the application starts. by now, I put them into the web.xml but I'm not sure this is for the best. I always forget each time I install the

Re: Load Cocoon servers

2004-07-04 Thread Antonio Gallardo
Yves Vindevogel dijo: > Is there a website where I can find statistics on the number of servers > you need to run a Cocoon application. > Or somebody who is willing to share his/her information about their > stress tests ? > > I'm making a bid for a webapp. Completely Cocoon based. > There's a big

Re: Exiting flowscript

2004-07-04 Thread Joerg Heinicke
On 04.07.2004 13:28, Colin Paul Adams wrote: Colin> How can I get out of the flowscript, and go to another Colin> cocoon URL? Or to put it another way, in the CForms sample Binding to an XML file, How could I alter the sitemap so that success would return to the CForms sample page? I guess

Re: Exiting flowscript

2004-07-04 Thread Joerg Heinicke
On 04.07.2004 10:12, Colin Paul Adams wrote: How can I get out of the flowscript, and go to another cocoon URL? I tried coccon.sendPage, and within that pipeline, used a : This worked for displaying the initial page, but the URL of the page is wrong (it seems to be a continuation URL), so relative

Re: CForm :: Repeater generating the insert id

2004-07-04 Thread Joerg Heinicke
On 03.07.2004 21:01, oceatoon wrote: Helo every one I am getting an error on my repeater saying the elements trying to be bound don't exist, because the id of newly inserted elements were empty.(just like in the form2 sample) I thought maybe a way to do this (considering elements allready exist

RE: Rendering images from 300 dpi to 72 dpi

2004-07-04 Thread Conal Tuohy
Aurelie Dupont wrote: > I have original images with a high resolution of 300 dpi, which I > need for printing (PDF). But I do also need the same pictures in > about 72 dpi for the presentation on the web. > > Does anyone know by which means I can manage rendering a picture > from 300dpi to 72dp

Load Cocoon servers

2004-07-04 Thread Yves Vindevogel
Is there a website where I can find statistics on the number of servers you need to run a Cocoon application. Or somebody who is willing to share his/her information about their stress tests ? I'm making a bid for a webapp. Completely Cocoon based. There's a big postgresql database behind it, b

Rendering images from 300 dpi to 72 dpi

2004-07-04 Thread Aurelie Dupont
Hello,   I have original images with a high resolution of 300 dpi, which I need for printing (PDF). But I do also need the same pictures in about 72 dpi for the presentation on the web.   Does anyone know by which means I can manage rendering a picture from 300dpi to 72dpi in Cocoon?   Thanks

Re: Query Parameters in Sitemap

2004-07-04 Thread defe
Alan wrote: I'd like to be able to reference single query parameters in the sitemap. I have a query string that looks like this: by-production.xml?date=2004-06-01&prod=343 I want it to generate a document from a data document that has been filtered by the month, I would call that doc

Query Parameters in Sitemap

2004-07-04 Thread Alan
I'd like to be able to reference single query parameters in the sitemap. I have a query string that looks like this: by-production.xml?date=2004-06-01&prod=343 I want it to generate a document from a data document that has been filtered by the month, I would call that document

Re: Limiting number of repeater rows in CForms

2004-07-04 Thread Upayavira
Derek Hohls wrote: This seems like it shoukld be a very simple thing to do, but I could not find answer yet... How do I set up a mechanism for limiting the numbers of rows that can can be added to a repeater widget... ideally I'd also like to disable the "add" button when the no. of row = max. Th

Re: reloading context in javaflow

2004-07-04 Thread johan coens
Where to set the CompilingClassLoader? Specify it in the cocoon.xconf won't work. Is there any doc about this? Johan Hello, When will reloading context in javaflow work. It's a really pain in the ass to develop without reloading feature >> enabled. I now need to restart tomcat everytime i chan

Re: reloading context in javaflow

2004-07-04 Thread johan coens
Where to set the CompilingClassLoader? Specify it in the cocoon.xconf won't work. Is there any doc about this? Johan Hello, When will reloading context in javaflow work. It's a really pain in the ass to develop without reloading feature >> enabled. I now need to restart tomcat everytime i chan

Re: Exiting flowscript

2004-07-04 Thread Colin Paul Adams
> "Colin" == Colin Paul Adams <[EMAIL PROTECTED]> writes: Colin> How can I get out of the flowscript, and go to another Colin> cocoon URL? Or to put it another way, in the CForms sample Binding to an XML file, How could I alter the sitemap so that success would return to the CForms s

Re: CForms Binding to XML file sample

2004-07-04 Thread Jeremy Quinn
On 3 Jul 2004, at 17:22, Joerg Heinicke wrote: On 03.07.2004 18:16, Colin Paul Adams wrote: Joerg> That's indeed difficult. Only help is the usage of print(). But where does the output go to? To the console. There is also a logging function IIRC, something like log() or cocoon.log(). This woul

Exiting flowscript

2004-07-04 Thread Colin Paul Adams
How can I get out of the flowscript, and go to another cocoon URL? I tried coccon.sendPage, and within that pipeline, used a : This worked for displaying the initial page, but the URL of the page is wrong (it seems to be a continuation URL), so relative URL links within the page don't work. Wh

Limiting number of repeater rows in CForms

2004-07-04 Thread Derek Hohls
This seems like it shoukld be a very simple thing to do, but I could not find answer yet... How do I set up a mechanism for limiting the numbers of rows that can can be added to a repeater widget... ideally I'd also like to disable the "add" button when the no. of row = max. Thankls Derek -- Th