conception pipe/sitemap ?

2007-10-08 Thread Sébastien Geindre
Bjr à tous, La boite outil cocoon est suffisamment vaste pour que l'on s'y perde dans certains cas non nominal... Et comme il n'y a pas de question stupides, je me lance... Je récupère un flux xml de données (streamGenerator) Je dois ensuite faire des traitements différents en fonction de

Re: conception pipe/sitemap ?

2007-10-08 Thread olivier nouguier
On 10/8/07, Sébastien Geindre [EMAIL PROTECTED] wrote: Bjr à tous, La boite outil cocoon est suffisamment vaste pour que l'on s'y perde dans certains cas non nominal... Et comme il n'y a pas de question stupides, je me lance... Je récupère un flux xml de données (streamGenerator) Je dois

Re: conception pipe/sitemap ?

2007-10-08 Thread Sébastien Geindre
Merci olivier pour ta réponse. flowscriptou javaflow ? = streamGenerator = xml data request = flowScript : comment lui passer le noeud qui va bien, incluant les données dont il a besoin ? = ds le flowscript, appel java, utilisation librairie java JTS, intersection spatial,... comment ? un

Re: global:home param local and remote

2007-10-08 Thread Tobia Conforto
Lincoln Mitchell wrote: I am building many website and placing them in folders in webbapp 1st I to this locally: http://localhost:/Asite.com.au/ I then move it to the webapp on the server to go live: http://www.Asite.com.au/ The problem is that when I move to webapp on the server the

Re: Continuation.suspend(); does not stop

2007-10-08 Thread Michel Erard
Good Morning, I've tested with the version in trunk and with the examples I've the same error. So I think there is some developpment in progress now. cheers Mike -- Original Message -- From: Torsten Curdt [EMAIL PROTECTED] Reply-To:

counter in jx:foreach

2007-10-08 Thread Michel Erard
Hello, I'm implemented this loop with jx: page xmlns:jx=http://apache.org/cocoon/templates/jx/1.0; jx:set var=counter value=#{-1}/ jx:forEach var=item items=${list} jx:set var=counter value=#{1 + $counter}/ ${item} : ${counter}br/

Re: counter in jx:foreach

2007-10-08 Thread Felix Knecht
Ciao Michel Something like should do the job to get the actual index: jx:forEach var=item items=${items} varStatus=rowStat ${item} : ${rowStat.index} /jx:forEach Where rowStat contains e.g. the actual index of the iteration. See also

Re: counter in jx:foreach

2007-10-08 Thread Leszek Gawron
Michel Erard wrote: Hello, I'm implemented this loop with jx: page xmlns:jx=http://apache.org/cocoon/templates/jx/1.0; jx:set var=counter value=#{-1}/ jx:forEach var=item items=${list} jx:set var=counter value=#{1 + $counter}/

Re: counter in jx:foreach

2007-10-08 Thread Michel Erard
Thank you Felix, I didn't know this 'varStatus'. Now it's working correctly. Cheers, Mike -- Original Message -- From: Felix Knecht [EMAIL PROTECTED] Reply-To: users@cocoon.apache.org Date: Mon, 08 Oct 2007 15:09:06 +0200 Ciao Michel Something

CalendarPopup.js

2007-10-08 Thread Peter Sparkes
Hi, I am trying to use CalendarPopup.js to enable users to enter a date in a simple html form I am using cocoon 2.1 10 Can anybody please send me details of a simple example Thanks Peter Sparkes - To unsubscribe, e-mail:

Re: CalendarPopup.js

2007-10-08 Thread Peter Sparkes
I have now got it working Peter Sparkes Hi, I am trying to use CalendarPopup.js to enable users to enter a date in a simple html form I am using cocoon 2.1 10 Can anybody please send me details of a simple example Thanks Peter Sparkes

Re: CalendarPopup.js

2007-10-08 Thread Andre Juffer
Peter, I did the following with cocoon 2.1.9: in your html page send back to the client: link href=resources/forms/css/forms-calendar.css type=text/css rel=stylesheet / script type=text/javascript src=/cocoon/_cocoon/resources/dojo/dojo.js/script script

Re: Continuation.suspend(); does not stop

2007-10-08 Thread Torsten Curdt
A suggestion: try to use the javaflow ant task to rewrite that class and replace the original from the javaflow block. Then report back :) cheers -- Torsten On 08.10.2007, at 10:18, Michel Erard wrote: Good Morning, I've tested with the version in trunk and with the examples I've the

Re: CalendarPopup.js

2007-10-08 Thread Peter Sparkes
Thanks Andre I have now got it working Peter Peter, I did the following with cocoon 2.1.9: in your html page send back to the client: link href=resources/forms/css/forms-calendar.css type=text/css rel=stylesheet / script type=text/javascript

SendMail

2007-10-08 Thread Peter Sparkes
Hi I have put the Sun mail.jar and activation.jar in my WEB-INF/lib and removed removed geronimo-spec-javamail-*.jar and geronimo-spec-activation-*.jar from WEB-INF/lib. However I still get the error message Could not connect to SMTP host: localhost, port: 25 I tried in addition removing