Re: [cforms]submit-on-change deprecated??

2005-07-01 Thread Mark Lundquist
On 2005-06-30 17:35:27 -0700, Carlos M. S. Bento Nogueira [EMAIL PROTECTED] said: ...snip Has submit-on-change been deprecated or is there problem on some pipeline on my sitemap?? Nope... it hasn't been deprecated. You've probably seen the transform that does does this, in

xsp:logic error in esql:row-results

2005-07-01 Thread Franco Andrao
Hi,I'm developing a web application with esql in a xsp page following the wiki page HowToCreateHiearchicalXmlUsingESQL. Therefore assigning a value to a variable inside the esql:row-results I have this error:org.apache.cocoon.ProcessingException: Language Exception:

SV: logic error in esql:row-results

2005-07-01 Thread Ralph Skulbörstad
Hi. I belive you have to declare your variables before using them. /Ralph -Ursprungligt meddelande-Från: Franco Andrao [mailto:[EMAIL PROTECTED]Skickat: den 1 juli 2005 10:31Till: users@cocoon.apache.orgÄmne: xsp:logic error in esql:row-resultsHi, I'm developing a web

Re: SV: logic error in esql:row-results

2005-07-01 Thread Franco Andrao
You are right thank you :-)Franco Andrao [EMAIL PROTECTED] On 01/lug/05, at 10:47, Ralph Skulbörstad wrote: Hi.   I belive you have to declare your variables before using them.   /Ralph -Ursprungligt meddelande-Från: Franco Andrao [mailto:[EMAIL PROTECTED]]Skickat: den 1 juli 2005

Re: Zip problems

2005-07-01 Thread andrew
Is anyone successfully using zip on OS X 10.4.1 to zip files 1 - 7 meg and above? The zip process seems to break when trying to zip large files - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[GT2005] Dates and locations

2005-07-01 Thread Arje Cahn
Hi all, It's my pleasure to announce that we've booked the Cocoon GetTogether 2005 conference areas on the following dates: Wednesday October 5th -- Hackaton day 1 in the Felix Meritis building, Amsterdam Thursday October 6th -- Hackaton day 2 in the Felix Meritis building, Amsterdam Friday

RE: [GT2005] Dates and locations

2005-07-01 Thread Linden H van der (MI)
Do you have any ideas on bulk reservations for hotels nearby? Bye, Helma -Original Message- From: Arje Cahn [mailto:[EMAIL PROTECTED] Sent: Friday, 01 July 2005 15:23 To: dev@cocoon.apache.org; users@cocoon.apache.org Subject: [GT2005] Dates and locations Hi all, It's my

Re: SQLTransformer makes Cocoon hang under high load

2005-07-01 Thread Irv Salisbury
On 7/1/05, Fabrizio Sitzia [EMAIL PROTECTED] wrote: Hello again, The deadlock situation you describe is a plausible explanation for the experienced Cocoon 'hangs'! I took a deep breath and had a look into SQLTransformer.java, and I stumbled upon the following code snippet in the

Forms and JXTemplate

2005-07-01 Thread Johannes Becker
Hi, sorry for not following up my own post that was already answered. I was quite busy and thought I could find some examples to the given answer. Again my question: I've got a form-definition: ... fd:validation

Re: Modular Database Actions: SQL syntax error with MySQL

2005-07-01 Thread Nouguier Olivier
look for element autoincrement-modules in cocoon.xconf =Syntax error or access violation, message from server: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CALL IDENTITY()' at line 1 Now, given

Can't upload .csv files in CForms (2.1.7)

2005-07-01 Thread Carlos Gama
Hi all, I'm tryed to change the upload sample/demo that comes with cocoon 2.1.7 to allow the upload of .csv files instead of simple text files (i.e. .txt) but I allways get the upload.invalid-type (i.e. Invalid Content Type) validation error when I submmit the form!? All I did was

Re: Forms and JXTemplate

2005-07-01 Thread Mark Lundquist
On 2005-07-01 07:28:07 -0700, Johannes Becker [EMAIL PROTECTED] said: One answer that was posted by Mark: You can generate your form definition files using jxtemplate (in a cocoon pipeline). Then when you want to reference your definition file, use cocoon:// to access it. My problem: I don't

Re: Forms and JXTemplate

2005-07-01 Thread Mike Rowse
incidentally is there any way to do that for non XML formatted files? I was trying to do it with XQuery files but, because XQuery definitely doesn't look like well formed XML cocoon complained. Mike On Fri, 2005-01-07 at 11:30 -0700, Mark Lundquist wrote: On 2005-07-01 07:28:07 -0700, Johannes

Re: Forms and JXTemplate

2005-07-01 Thread Johannes Becker
Thanks for your great help Mark!!! Performance isn't an issiue. Just some work for my university of applied sciences. It only has to run. cheers Jonny --- Ursprüngliche Nachricht --- Von: Mark Lundquist [EMAIL PROTECTED] An: users@cocoon.apache.org Betreff: Re: Forms and JXTemplate Datum:

ws5.1 cocoon2.1.6

2005-07-01 Thread Ben Anderson
Hi, So I was cruising along with cocoon on websphere, when I came crashing down. We have deployed it on 2 servers now. The first one worked fine. Now, this next one is erroring when it tries to use flow. Unfortunatly, I can no longer access the first server that it worked on. I've googled and

Re: Forms and JXTemplate

2005-07-01 Thread Mark Lundquist
Hi Mike, On 2005-07-01 11:36:30 -0700, Mike Rowse [EMAIL PROTECTED] said: incidentally is there any way to do that for non XML formatted files? I was trying to do it with XQuery files but, because XQuery definitely doesn't look like well formed XML cocoon complained. Not sure what you're

Re: Forms and JXTemplate

2005-07-01 Thread Mike Rowse
I've been trying to pass form POST information from flowscript to the eXist XQuery generator. I'm just starting to work with cforms so I may have gotten the whole point of the flowscript completely upside down. As I understand it, generally speaking once the cform information has passed the

Re: Forms and JXTemplate

2005-07-01 Thread Mark Lundquist
On 2005-07-01 14:10:06 -0700, Mike Rowse [EMAIL PROTECTED] said: I've been trying to pass form POST information from flowscript to the eXist XQuery generator. I'm just starting to work with cforms so I may have gotten the whole point of the flowscript completely upside down. As I understand it,

Re: Can't upload .csv files in CForms (2.1.7)

2005-07-01 Thread Carlos Gama
FYI I've sort it! I've sniffed the traffic between the browser and Jetty/Cocoon with Ethereal and discovered that the .csv file is sent with mime-type application/vnd.ms-excel?! Perhaps this happens only when the file is uploaded from a Windows machine, so just in case I changed the mime-types