Re: wml serialize

2005-03-06 Thread Joerg Heinicke
On 05.08.2004 06:03, Adriano Smith wrote: If i have to use a transform for generating wml content...then, what is the exact use of a wml serializer ? The serializers are transforming the SAX events into bytes, which are sent back to the clients. But the serializers must be fed with the correct

Re: CForms: collapsing repeaters

2005-03-06 Thread Joerg Heinicke
On 04.08.2004 05:40, Scott Yeadon wrote: Hello, Is there a facility via the Java API to be able to make widgets hidden on redisplay of a page, e.g. for providing a facility for collapsing repeaters or treeview-type structures in a form? Although I could remove rows and keep the repeater info

Limit on file size for download of tar.gz

2005-03-06 Thread Yves Vindevogel
Hi, I've put some tar.gz files online under a Cocoon directory. Files are rather large ( 20 meg). When I request one, my browser (Firefox on Mac, but also others) ask me what to do, I say save and it starts but it creates an empty file instead of downloading things. Mime type is

Re: Encoding Problem: File Upload and UTF-8

2005-03-06 Thread stefan pickschneider
Bertrand Delacretaz wrote: Le 5 mars 05, à 15:17, stefan pickschneider a écrit : ..we have a problem with the encoding, cforms and file uploads. Did you look at http://wiki.apache.org/cocoon/RequestParameterEncoding ? It might give some answers. -Bertrand Hello, thanks for your suggestion - it

Re: CForms -Bind to 2 Separate Sources -Solved

2005-03-06 Thread Peter Sparkes
Thanks for your help, its working now. I used Jorg's bean method to partially prepopulate a form with data from an XML file and save the data from the completed form to XMLDB Regards Peter Sparkes Hi, Help please I wish to bind to a XML file to generate a form and then send the data in the

Re: Limit on file size for download of tar.gz

2005-03-06 Thread Antonio Gallardo
Hi: Please check in web.xml (line 229) where is defined the upload-max-size. Set it as needed. Best Regards, Antonio Gallardo On Dom, 6 de Marzo de 2005, 10:57, Yves Vindevogel dijo: Hi, I've put some tar.gz files online under a Cocoon directory. Files are rather large ( 20 meg). When I

Re: Encoding Problem: File Upload and UTF-8

2005-03-06 Thread Bertrand Delacretaz
Le 6 mars 05, à 20:46, stefan pickschneider a écrit : ...It seems that the cocoon servlet initializes the container-encoding for the request too late.. Could you create a bugzilla entry (http://issues.apache.org/bugzilla/) for this, so that we don't forget to have a look at it? -Bertrand