Michael Frankfurter ist außer Haus.

2007-04-10 Thread Michael . Frankfurter
Ich werde ab 10.04.2007 nicht im Büro sein. Ich kehre zurück am 12.04.2007. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an meinen Kollegen Sascha-Matthias Kulawik: E-Mail: [EMAIL PROTECTED] Tel.: 05162 / 9815 32 Mit freundlichen

RE: custom generator and jx transformer

2007-04-10 Thread Ard Schrijvers
I'm trying to use a custom generator and the jx transformer to generate a form from flowscript using form.showForm(). When I use my custom generator to generate the template and the jx transformer as the next step, the continuation id is replaced but none of the ft: entries

RE: Pipeline output as map:parameter to sql transformer (sql:substitute-value)

2007-04-10 Thread Ard Schrijvers
Can I use the output of a pipeline inside an sql:substitute-value ? Something like: map:pipeline map:match pattern=listStuff map:generate src=listStuff.xml/ map:transform type=sql map:parameter name=some_key

Cocoon pagination

2007-04-10 Thread Manuel Mata
Hi all. I'm using cocoon pagination transformer and it works nice for elements, but i would like to add the feature to my application of choose dinamically the number of items in listing, because it is always the same as it is defined in pagination rules. I should use an http parameter for it, I

Question about Messages Widget in Cocoon Forms

2007-04-10 Thread Alexander Saar
Hello, is their a way for clearing the content of a Cocoon Forms Message Widget? I looked at the code and didn't found something like this. The documentation say, that the messages are only cleared on submit of the form, but in this case the form is normally finished. I think such a feature

Re: Cocoon pagination

2007-04-10 Thread Grzegorz Kossakowski
Manuel Mata napisał(a): Hi all. I'm using cocoon pagination transformer and it works nice for elements, but i would like to add the feature to my application of choose dinamically the number of items in listing, because it is always the same as it is defined in pagination rules. I

Re: Cocoon pagination

2007-04-10 Thread Manuel Mata
That was exactly what I was thinking, but I thought that pagination rules needed to be static because of configuration of paginator at startup or something like that. For Limited values I'll use some links at the html page with the values, but this doesnt prevent of writing it directly at the

Re: wsproxy encoding and user-agent

2007-04-10 Thread Lionel Barth
Hi Joerg Joerg Heinicke a ecrit le 10/04/07 0:32: Why do you need a specific encoding? Do your request or response got parsed wrongly? There is a discouraging comment in the WebServiceProxyGenerator [1, line 115 and following]: Can you tell the actual error you want to solve? That might make

Cforms

2007-04-10 Thread MML TML
Could you pls help me out to tell that how much effort will be required for this creating a subscription form in CForms and how much is complicated.. lots of coding required ? or it easier to do it. As I am also new to this Apache cocoon to it wud be good to start creating CForms first.

Caching output from xpathdirectory generator

2007-04-10 Thread Fergus McMenemie
Hi all, Beginner question! I have a directory containing some 1000 xml documents, each of which describes a car. I use the xpathdirectory generator to extract some elements about each car. The directory is then displayed to the user in a series of columns with one row per car or file. I have

Re: Caching output from xpathdirectory generator

2007-04-10 Thread MML TML
installing apache cocoon getting this warning .. Is it serious? -Mk Main Class: org.mortbay.jetty.Server 16:34:23.112 EVENT Checking Resource aliases 16:34:23.502 EVENT Starting Jetty/4.2.23 16:34:24.127 EVENT Started WebApplicationContext[/,.\build\webapp] trying to register database trying

Re: Caching output from xpathdirectory generator

2007-04-10 Thread Grzegorz Kossakowski
Fergus McMenemie napisał(a): Hi all, Beginner question! I have a directory containing some 1000 xml documents, each of which describes a car. I use the xpathdirectory generator to extract some elements about each car. The directory is then displayed to the user in a series of columns with one

Re: Caching output from xpathdirectory generator

2007-04-10 Thread Grzegorz Kossakowski
MML TML napisał(a): installing apache cocoon getting this warning .. Is it serious? Now, it's serious and does not harm Cocoon as long as you don't want to use JMS functionality. However, I'll give you another warning, serious this time: Responding to e-mail from someone other only to ask

Re: Caching output from xpathdirectory generator

2007-04-10 Thread Fergus McMenemie
Even though, all components from your pipeline are cacheable you are right. Generator is called each time you change sort order. It is that way because caching pipeline gives all or nothing caching. It means that, if some component in the pipeline must be executed again it is done so for all

Re: Caching output from xpathdirectory generator

2007-04-10 Thread Joerg Heinicke
On 10.04.2007 17:49, Grzegorz Kossakowski wrote: Even though, all components from your pipeline are cacheable you are right. Generator is called each time you change sort order. It is that way because caching pipeline gives all or nothing caching. It means that, if some component in the

Re: wsproxy encoding and user-agent

2007-04-10 Thread Joerg Heinicke
On 10.04.2007 13:29, Lionel Barth wrote: I have the message Invalid byte 1 of 1-byte UTF-8 sequence. Hello Lionel, I reactivated a simple wsproxy sample [1] and played around with it. I can only observe the error you have by breaking the returned XML explicitely like having it ISO-8859-1

RE: Caching output from xpathdirectory generator

2007-04-10 Thread Ard Schrijvers
On 10.04.2007 17:49, Grzegorz Kossakowski wrote: Even though, all components from your pipeline are cacheable you are right. Generator is called each time you change sort order. It is that way because caching pipeline gives all or nothing caching. It means that, if some component