Re: Why 3 components handling SQL?

2006-09-14 Thread Bertrand Delacretaz
On 9/13/06, Dev at weitling [EMAIL PROTECTED] wrote: ...Why does Cocoon provide not less than three different ways of handling SQL queries?... History, and the desire to stay compatible with existing applications, There's even a fourth way, using JDBI/flowscript as shown in the Easy SQL

Custom classpath for mounted user sitemap

2006-09-14 Thread Florian Weitling
Hi! This will be the beginning of a bunch of questions I'm itching to deal with, so please accept my apologize and be warned ... I've mounted my user directory as it is described in the main sitemap and want to enable my own actions, transformers co. without touching the main sitemap and

Documentation about all available XML tags and their usage

2006-09-14 Thread Florian Weitling
Hi! The documentation of Cocoon is overwhelming but after digging nearly two months in it I still desire a complete list of all available XML tags and their usage for the sitemap, xsp, jx, cforms and and and. Some DTDs could help for the beginning, too. Thank you very much, Florian _

Re: Why 3 components handling SQL?

2006-09-14 Thread Kamal Bhatt
All of this begs the question, what is the best way? Bertrand Delacretaz wrote: On 9/13/06, Dev at weitling [EMAIL PROTECTED] wrote: ...Why does Cocoon provide not less than three different ways of handling SQL queries?... History, and the desire to stay compatible with existing

get entity resolution in XSL stylesheets work as expected. (patch available)

2006-09-14 Thread Hussayn Dabbous
Hy; i have recently checked out cocoon-2.1.x in order to replace the rather old cocoon-2.04 which we are using for a couple of years now. Great stuff, much improvements, wow, i'd like to do the replacement now! Only one problem remains: During my tests i stumbled over a problem with entity

Re: Why 3 components handling SQL?

2006-09-14 Thread Derek Hohls
Florian My 2c of understanding (as a user NOT a developer) - But why not a schema/namespace/tag soup usable in XSP I think you will find that, unless you're maintaining historical apps, that there is simply no need to use XSP any more. There has been a lot of discussion about this on the

Re: Documentation for the available JavaScript functions, especially Flows and Forms

2006-09-14 Thread Bruno Dumon
On Wed, 2006-09-13 at 23:05 +0200, Dev at weitling wrote: Hi! Is there a documentation available about the javascript routines used in Flows and Forms? The hint looking at the JavaScript sources is imho not really helpful, because they are rather complex. The javascript layer is very

Re: xsp produces a form template

2006-09-14 Thread jantje
thanks for the advice, it really helped!!! Niels van Kampenhout wrote: Hi, jantje wrote: I have a form definition (of a cocoon form). I also have an xsp -file, which generates a form template: snip/ Ok, and here is the problem: Can I define the selection-list in the FORM

RE: Custom classpath for mounted user sitemap

2006-09-14 Thread Ard Schrijvers
Hi! This will be the beginning of a bunch of questions I'm itching to deal with, so please accept my apologize and be warned ... I've mounted my user directory as it is described in the main sitemap and want to enable my own actions, transformers co. without touching the main

Re: Re: Why 3 components handling SQL?

2006-09-14 Thread Bertrand Delacretaz
On 9/14/06, Kamal Bhatt [EMAIL PROTECTED] wrote: All of this begs the question, what is the best way?... Depends on your skill set and goals. If you don't want to program, the easiest might be the SQLTranformer, though there might be some cases (I'm not sure about that, hopefully someone can

Re: Why 3 components handling SQL?

2006-09-14 Thread Dev at weitling
If you don't want to program, the easiest might be the SQLTranformer, though there might be some cases (I'm not sure about that, hopefully someone can comment) where the ESQL stuff is more flexible. Is it possible to use ESQL without embedding in XSP 'cause XSP should not be used anymore

Re: Re: Why 3 components handling SQL?

2006-09-14 Thread Derek Hohls
The javascript worked fine for my skillset and project size (medium complexity; longer-lived project) - it avoids having to learn Hibernate and/or Spring (big jump IMO) or Java - and leverages a syntax you are already likely to know (Javascript). Bertrand Delacretaz [EMAIL PROTECTED] 2006/09/14

Re: cocoon.exit();

2006-09-14 Thread Dev at weitling
Slightly off-topic: Where do you find all the descriptions of all those javascript functions? Bye, Florian Jeroen Reijn wrote: Hi Jantje, why do you think the cocoon.exit function is not working? Does it not exit the flowscript without creating a continuation?

Re: xsp produces a form template

2006-09-14 Thread Jason Johnston
jantje wrote: Ok, thanks for this solution.. it works, with one exception: when i try to generate ths in xsp: fd:item value=Jan/ with this logic: xsp:content xsp:element name=fd:item xsp:attribute

cform, problem with calendar popup

2006-09-14 Thread Wadim Kruse
Hi folks, I am getting the following error message in the JavaScript console: - Error: unterminated string literal Source File: ... Line: 1, Column: 103 Source Code:

Re: cocoon.exit();

2006-09-14 Thread jantje
Well, this is just cocoon.exit() from the cocoon documentation! http://cocoon.apache.org greetings Dev at weitling wrote: Slightly off-topic: Where do you find all the descriptions of all those javascript functions? Bye, Florian Jeroen Reijn wrote: Hi Jantje, why do you

RE: cocoon.exit();

2006-09-14 Thread jantje
I think it is not working beceause i can still use the back button in my browser!!! OK, maybe no new continuation is created.. BUT, with the BACK - button I can still enter a previously created continuation.. Maybe there is no function to really STOP the flow, in a cocoon flowscript? Does

RE: cocoon.exit();

2006-09-14 Thread Jeroen Reijn
Hi Florian, you can find the documentation of the Flow Object Model at: http://cocoon.apache.org/2.1/userdocs/flow/api.html#cocoon Regards, Reijn -Original Message- From: Dev at weitling [mailto:[EMAIL PROTECTED] Posted At: Thursday, September 14, 2006 3:06 PM Posted To: Cocoon User

Re: portal + cforms + coplet links

2006-09-14 Thread Wadim Kruse
I am stuck. Any help/suggestion/question/tip highly appreciated! Wadim Kruse wrote: Hi folks, I would like to pass some information from one coplet to another. I've read that one possible solution to achieve this is by using coplet links. I've tried it, but it doesn't work. When I click

Re: cocoon.exit();

2006-09-14 Thread Dev at weitling
Hi Jan! After I stumbled through the wood not seeing the wood for the trees, it now may be I can help :-) Try using cocoon.exit() to exit the flow PLUS WebContinuation.invalidate(). Reijn made me look here: http://cocoon.apache.org/2.1/userdocs/flow/api.html#cocoon Greetings, Florian

Re: Re: Why 3 components handling SQL?

2006-09-14 Thread Bertrand Delacretaz
On 9/14/06, Dev at weitling [EMAIL PROTECTED] wrote: ...Is it possible to use ESQL without embedding in XSP 'cause XSP should not be used anymore (why?)... XSP still works as well as ever, but most people don't use it anymore for new projects, preferring to use java and/or flowscript. There

authentication

2006-09-14 Thread Roel Croonenberghs
Hello, I want to use authentication in cocoon so I can limit some users to view certein pages. But I have a problem; when I access foo-loginpage I get a form where i can introduce my username and password. when i click login. I get a blank page. and this as url in my browser