Re: Display a CForm Repeater in JXTemplate

2005-05-13 Thread Sebastien Arbogast
Maybe you could use just another CForm to display the result of the first one, except instead of field's you could use output's to make the content static. -- Sebastien ARBOGAST - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: Display a CForm Repeater in JXTemplate

2005-05-13 Thread nicolas maisonneuve
Actually I would like display the result of a CFORM. So I use the normal way: the JX. But how do you code the JX to display the data of a repeater. This instruction in the flowscript work: print(model.fiels[0].name ) but when I put the model in the JX; cocoon.sendPage("config-sucess-pipeline.

Re: saxon in production?

2005-05-13 Thread Gregor J. Rothfuss
Ben Anderson wrote: Hi, I'm wodering if there are any concerns about using saxon8 in production? Does saxon go through the same qa process in cocoon that xalan does? Can anyone comment on the validity of using saxon in production? What risks might it entail? we use it in production and found it

Re: Display a CForm Repeater in JXTemplate

2005-05-13 Thread Peter Kröpfl
> > hy, > > i have a repeater : > > > > > > > > > and i would like display the result with a JX. > > the flowscript is: > > form.showForm( ..) > model=form.getModel(); > cocoon.sendPage("config-sucess-pipeline.jx", {model: model} ); > > the jx

Re: Using Cocoon as a command line tool

2005-05-13 Thread Simon Mieth
On Fri, 13 May 2005 19:03:02 +0200 Jean-Claude Moissinac <[EMAIL PROTECTED]> wrote: > If I add > servlet_2_2.jar > and > openjms-0.7.6.1.jar > to my config in WEB-INF/lib > > not only my CLI attempt fails, but also my standard use of Cocoon as a > server doesn't start > With just the openjms-0.

Re: Log transformer, logging pipelines

2005-05-13 Thread Irv Salisbury
First, thanks for Adam's link. That is what I as looking for. Actually, it also led me to the profiler, which seems to be even more what I was looking for :-) On the single transformer per map:match, I think you can get the same effect with views, and still be able to type a URL like cocoon-view

Re: anyone else experience the build error that Brenda did?

2005-05-13 Thread Berin Loritsch
Berin Loritsch wrote: Berin Loritsch wrote: I downloaded it and everything built ok for me, but it does have me concerned a bit. She is a coworker of mine, and I'm not sure what is different between the machines that we have but there is clearly a problem. If someone else has run into a simila

Re: Using Cocoon as a command line tool

2005-05-13 Thread Jean-Claude Moissinac
If I add servlet_2_2.jar and openjms-0.7.6.1.jar to my config in WEB-INF/lib not only my CLI attempt fails, but also my standard use of Cocoon as a server doesn't start With just the openjms-0.7.6.1.jar, the start process stop on - Scheduler Cocoon_$_Fri_May_13_19:00:09_CEST_2005 started. Except

saxon in production?

2005-05-13 Thread Ben Anderson
Hi, I'm wodering if there are any concerns about using saxon8 in production? Does saxon go through the same qa process in cocoon that xalan does? Can anyone comment on the validity of using saxon in production? What risks might it entail? Thanks, Ben

Re: anyone else experience the build error that Brenda did?

2005-05-13 Thread Berin Loritsch
Berin Loritsch wrote: I downloaded it and everything built ok for me, but it does have me concerned a bit. She is a coworker of mine, and I'm not sure what is different between the machines that we have but there is clearly a problem. If someone else has run into a similar issue could you throw

Small issue with samples in 2.1.7

2005-05-13 Thread Berin Loritsch
In the "Hello, World" sample, the incorrect mime-type is associated with the http://localhost:/samples/hello-world/hello-worldml.doc sample. It is currently "text/xml", and it should be "x-application/word". As a result it simply is rendered as an XML document in both Exploder and Firefox

xpath selector?

2005-05-13 Thread Rui Alberto
Hi, I'm not for sure, but I think that I've already seen an selector based on a XPath expression. Something like: .. .. am I confused? Thanks, Rui - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

anyone else experience the build error that Brenda did?

2005-05-13 Thread Berin Loritsch
I downloaded it and everything built ok for me, but it does have me concerned a bit. She is a coworker of mine, and I'm not sure what is different between the machines that we have but there is clearly a problem. If someone else has run into a similar issue could you throw a heads up? I suspe

Re: Cocoon GetTogether 2005: call for assistance

2005-05-13 Thread Reinhard Poetz
Vadim Gritsenko wrote: Steven Noels wrote: the hackaton however is a great opportunity for informal chats - so everybody is welcome on both days Any chance of 2 day hackathon? :-) yes please! -- Reinhard Pötz Independent Consultant, Trainer & (IT)-Coach {Software Engineering, Open Sou

AW: Exceptions in Tomcat's stdout.log

2005-05-13 Thread Messing, Elad
Thank you Michael, I will upgrade as soon as possible. But - This only related to the second exception. Any clues regarding the first one (NullPointerException) ? Thanks Elad -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Re: Cocoon GetTogether 2005: call for assistance

2005-05-13 Thread Vadim Gritsenko
Steven Noels wrote: the hackaton however is a great opportunity for informal chats - so everybody is welcome on both days Any chance of 2 day hackathon? :-) Vadim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

AW: How to get the request path from a flowscript

2005-05-13 Thread Messing, Elad
Title: How to get the request path from a flowscript Thanks, Jeroen for the quick reply.   As far as I know the request path is part of the request Object. Just like the request protocol, server , method etc. I mean, one part of the HTTP request is its path. I think sometimes this is refere

Re: Exceptions in Tomcat's stdout.log

2005-05-13 Thread Michael . Straessle
You should upgrade to 2.1.7, see http://issues.apache.org/bugzilla/show_bug.cgi?id=34572 HTH michael -Ursprüngliche Nachricht- Von: Messing, Elad [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Mai 2005 15:33 An: users@cocoon.apache.org Betreff: Exceptions in Tomcat's stdout.log Hell

RE: How to get the request path from a flowscript

2005-05-13 Thread Jeroen Reijn
Title: How to get the request path from a flowscript Hi Elad,   in you case number 7 is not a request object.   What you can do is acces it by passing it from your sitemap:              From your flowscript you can get your id like:   function test() {   var myId = cocoon.parameters["i

RE: Initializing variables in XSLT

2005-05-13 Thread Oleg Konovalov
Oops, that last loop in my previous e-mail was wrong, it should be like: ...do something... ) Would that work ? All the best, Oleg. --- Conal Tuohy <[EMAIL PROTECTED]> wrote: > Oleg Konovalov wrote: > > > I am new to XSLT, trying to significantly modify somebody > else's XSL. > > You

Re: Cocoon GetTogether 2005: call for assistance

2005-05-13 Thread Steven Noels
On 13 May 2005, at 12:31, Gunter D'Hondt wrote: Steven, so the GT for "users" will be on the 11th Oct while the 10th is for the community members? well, don't want to create polarization but yes, that's basically the concept the hackaton however is a great opportunity for informal chats - so eve

AW: Using Cocoon as a command line tool

2005-05-13 Thread Michael . Straessle
If you exclude jms, this will lead to other errors due to dependencies. You should disable eventcache, repository, slide and webdav too. michael -Ursprüngliche Nachricht- Von: Upayavira [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Mai 2005 15:49 An: users@cocoon.apache.org Betreff: R

Re: Using Cocoon as a command line tool

2005-05-13 Thread Upayavira
rebuild without the jms block. Upayavira Jean-Claude Moissinac wrote: Now, I'm going forward, but I stop after this error: ... - For the jms block to work you must install and start a JMS server and place th e client jar in WEB-INF/lib. - The default server, OpenJMS is configured in cocoon.xconf bu

Re: Using Cocoon as a command line tool

2005-05-13 Thread Jean-Claude Moissinac
Now, I'm going forward, but I stop after this error: ... - For the jms block to work you must install and start a JMS server and place th e client jar in WEB-INF/lib. - The default server, OpenJMS is configured in cocoon.xconf but is not bundled w ith Cocoon. Exception in thread "main" java.lang.re

Exceptions in Tomcat's stdout.log

2005-05-13 Thread Messing, Elad
Title: Exceptions in Tomcat's stdout.log Hello all     I am using Cocoon 2.1.6 on a windows XP machine.     In the last days my server became very slow. I checked it and saw that my Tomcat's stdout.log is very big.     It is full with exceptions which I have no idea where they

How to get the request path from a flowscript

2005-05-13 Thread Messing, Elad
Title: How to get the request path from a flowscript Hello All     Newbie question.     In my application, I use an object ID in the URL. I.E. - http://blabla/info/7     In my flowscript, I wish to use the ID (i.e. 7 ).     How can I reference it from the cocoon.request ob

Re: Cocoon 2.1.t: is it still difficult to embed a CForm into legacy pages?

2005-05-13 Thread Enrico Migliore
Hi, I think that Cocoon should not introduce tags like or in the process. Those tags should be introduced by the user. You can't imagine how many hours I spent in modifying those XSL stylesheet. Yet, the Java Flow classloader doesn't reload a class that has been modified by an external tool. Tha

Re: Using Cocoon as a command line tool

2005-05-13 Thread Simon Mieth
On Fri, 13 May 2005 14:47:50 +0200 Jean-Claude Moissinac <[EMAIL PROTECTED]> wrote: > I doesn't find a servlet jar in lib/Optional > but I find these: > servlet_2_2.jar in lib/core > servlet-2.3.jar in tools/jetty/lib > Does one of these do the trick? Hi, yes take one of these jars. Best Rega

Re: Using Cocoon as a command line tool

2005-05-13 Thread Jean-Claude Moissinac
I doesn't find a servlet jar in lib/Optional but I find these: servlet_2_2.jar in lib/core servlet-2.3.jar in tools/jetty/lib Does one of these do the trick? Jean-Claude On 5/13/05, Simon Mieth <[EMAIL PROTECTED]> wrote: > On Thu, 12 May 2005 17:46:31 +0200 > Jean-Claude Moissinac <[EMAIL PROTECT

Re: Using Cocoon as a command line tool

2005-05-13 Thread Jean-Claude Moissinac
Thank's for your help but >"lib\optional\servlet-2_3.jar" doesn't exist in my standard installation of cocoon 2.1.7 I will try to get it elsewhere. Best regards Jean-Claude On 5/13/05, Simon Mieth <[EMAIL PROTECTED]> wrote: > On Thu, 12 May 2005 17:46:31 +0200 > Jean-Claude Moissinac <[EMAIL

Re: Spring "web flow" vs Cocoon Flow/Continuations

2005-05-13 Thread Reinhard Poetz
thomas wrote: --On Freitag, 13. Mai 2005 12:07 Uhr +0200 Sylvain Wallez <[EMAIL PROTECTED]> wrote: 3 years ago, the cocoon devs were discussing "flow maps", and addition to the sitemap to define page flow using an XML grammar. We always ended up with verbose XML languages having control structure

Re: [CForms] Getting the label of a selection list in binding..

2005-05-13 Thread Nacho Jimenez
Here is a simple binding, but I don't know how to get the value="1" inyour example.  That will produce: 1

Re: Cocoon GetTogether 2005: call for assistance

2005-05-13 Thread Gunter D'Hondt
Steven, so the GT for "users" will be on the 11th Oct while the 10th is for the community members? Just to be sure which date I should preserve in my calendar as "user" Regards, Gunter D'Hondt Steven Noels <[EMAIL PROTECTED]> 09/05/2005 09:53 Please respond to users@cocoon.apache.org

Re: Spring "web flow" vs Cocoon Flow/Continuations

2005-05-13 Thread thomas
--On Freitag, 13. Mai 2005 12:07 Uhr +0200 Sylvain Wallez <[EMAIL PROTECTED]> wrote: 3 years ago, the cocoon devs were discussing "flow maps", and addition to the sitemap to define page flow using an XML grammar. We always ended up with verbose XML languages having control structures (the infamo

Re: Cocoon 2.1.t: is it still difficult to embed a CForm into legacy pages?

2005-05-13 Thread Lionel Crine
Hi, We faced this problem few days ago. I have integrated some Cforms with quite difficulties but that's because I didn't know CForms meta language. Today, CForms comes with sample stylesheets, css and js. What I did is to modified a little bit these files to get things work (visually) but I ke

Re: [CForms] on-value-changed

2005-05-13 Thread Lionel Crine
Problem solved, I have modified the stylesheets : I replaced "onChange" by "onClick". Lionel Lionel Crine wrote: Hi, IE does not work with this code in my form definition : ... Is there a workaround to make it work ? Thanks a lot. Lionel --

Re: cforms: mutliple booleanfields validation

2005-05-13 Thread Lionel Crine
Hi, I have written some javascript to set dynamically some checkbox. Here it is : Lionel -- var value = event.source.value; var firstverWidget = event.source.lookupWidget("../firstver"); var secverWidget = event.source.lookupWidget("../secv

Re: Spring "web flow" vs Cocoon Flow/Continuations

2005-05-13 Thread Sylvain Wallez
Derek Hohls wrote: Anyone seen the article: http://www.theserverside.com/articles/article.tss?l=SpringWebFlow and can comment on how these two approaches might be compatible (or in conflict?) These approaches are similar in that both save the interaction state, send its ID to the browser, that

Re: [CForms] Getting the label of a selection list in binding..

2005-05-13 Thread Lionel Crine
Hi, Here is a simple binding, but I don't know how to get the value="1" in your example. Hope this help. Lionel Nacho Jimenez wrote: Hello, Let's see if someone can help me with this. I've a selection list populated via a pipeline. The result of the pipeline is something like: Fist Ite