Re: character encoding: utf-8 and ISO-8859-1 on Mac OS X with Safari

2006-09-16 Thread Frank MW
Yes, I tried all of that. Frank Have you set the form parameter encoding to UTF-8? (http://wiki.apache.org/cocoon/RequestParameterEncoding). Peter -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Frank MW Sent: Friday, September 15, 2006 10:08 AM To:

RE: Output storing after Serializer

2006-09-16 Thread Geert Josten
Hi there, i need you help. i will to store every Output(pdf html) after Serializer. i had look at source Writing Transformer but i dont understand how can i use it. Not that I want to suggest Cocoon isn't always the best tool whatever the job is, but if you want to store every

Re: RE: Output storing after Serializer

2006-09-16 Thread Bertrand Delacretaz
On 9/16/06, Geert Josten [EMAIL PROTECTED] wrote: ...If there is still interest in this transformer, just point me to a place where I can leave it. Perhaps, somewhere on Cocoon Wiki if that is still alive?... It is, and it's a good spot for relatively simple or specialized contributions, so

[cforms] cleanupHook NOT called when exception occurs

2006-09-16 Thread Rice Yeh
Hi, I try to use the cleanupHook in a form to clean up resource allocated during restoreHook or other places . I find that cform does not call cleanupHook if some exception happens before it. Reading the Form.js, I find cleanupHook is NOT wrapped in a finally statement. Is this a bug? Or there is

RE: RE: Output storing after Serializer

2006-09-16 Thread Geert Josten
...If there is still interest in this transformer, just point me to a place where I can leave it. Perhaps, somewhere on Cocoon Wiki if that is still alive?... It is, and it's a good spot for relatively simple or specialized contributions, so feel free to put your code there. Can you

Re: RE: RE: Output storing after Serializer

2006-09-16 Thread Bertrand Delacretaz
On 9/16/06, Geert Josten [EMAIL PROTECTED] wrote: ...Can you give a suggestion where for instance? Somewhere that would make sense to others?.. The best IMHO is to create a new page, naming it after your transformer. See http://wiki.apache.org/cocoon/FlowAndWebServices for an example.

Re: fd:multivaluefield - direct the content of the two fields!!!

2006-09-16 Thread Jason Johnston
jantje wrote: What do you mean by generate? I presume you mean get the array data from some external source? The answer to your question will depend on what that external source is. Yes, I want to get it (the content of the array) out of a database.. f.i. with XSP.. Is it possible to do

RE: Re: Re: Re: [FIX] I18nTransformer [CACHING PIPELINE]

2006-09-16 Thread Yves Zoundi
Hi again, Here is the portion of code to prevent client side caching with the i18n transformer : ... map:act type = set-header map:parameter name = Pragma value = no-cache/ map:parameter name = Cache-Control value = no-store, no-cache, must-revalidate/ map:act type = locale ... /map:act