Re: Causing empty result set to fail

2006-09-28 Thread Kamal Bhatt
Varga, Zsombor wrote: I have a SQL query in an XSP (using the esql logicsheet) that returns a record. If the query returns no record, it currently returns an empty node set. I don't want it to do that. Instead I want it to fail so execution stops there. What is the best (most efficient) way

Does sendPageAndWait really block thread execution?

2006-09-28 Thread Rice Yeh
Hi, According to docs for continuation, the method sendPageAndWait blocks the thread execution. I try it using _javascript_ debugger and find it does not block thread execution. Is it because I enclose sendPageAndWait in a try-catch-finally statement? Rice

Antw: Re: Cocoon + PDF + Forms ?

2006-09-28 Thread Martin Geissler
Hello Brian, As I understood you, your webserver gives HTML- Forms out to the user. and your webserver gives PDF-Files (with Form funktionality) out to the user. The User inserts some data in one kind of the form, and this data went back to your webserver and get there processed. Right? As for

Insert-Node and deep XML structure

2006-09-28 Thread Nicolas Duroc
Hello, I have some problem about inserting nodes in my XML document. In fact my document has the following structure : root niveau classement concurrent nomtest/nom /concurrent ... /classement /niveau ... /root I use the on-insert-row action to insert concurrent, but when I want to

runtime error: xmlserializer not found

2006-09-28 Thread James Holstead
Envo: Cocoon219, Hibernate, Tc5.5 This is a configuration question that may not belong here, but after a full dayof searching I'm left wondering if there is a conflicting jar with theorg.apache.xml package somewhere. Any help or direction is appreciated. I'll say this in advance, because

Re: Form widgets - alternative options multually exclusive

2006-09-28 Thread JP
Hi, I'm having the same problem, did you find any solution. I'll really appreciate if you can help me. Thanks in advance. JP Steinar Rune Eriksen wrote: Hi I am wondering if it is possible to indicate that either one of two tabs need to be filled in. i.e. that the user selects one tab

RE: link to a file

2006-09-28 Thread Andrew Stevens
From: Geert Josten [EMAIL PROTECTED] Date: Wed, 27 Sep 2006 20:15:52 +0200 tnx, but does that means that for every different extension, I should supply a mime-type? It depends. The default reader will try and pick one automatically, but the ones it knows depends on some JDK settings file

Re: [CForms] Validate 2 group separately

2006-09-28 Thread JP
Hi Lionel, Can you pls send me the code for using two form-tempate elements. I'm having the same problem with the use of tabs. Thanks JP Dan Durkin wrote: Have a look at the multipageform sample in the forms block. It validates, several group widgets seperately. Dan Lionel Crine