Aggregation and CForms: redisplay

2006-12-07 Thread ZongoZongo
Hi I have an application, that is aggregated of several regions like navigation, header etc. In the main area I have some CForms. Some of the fields are required. The Problem is as follows: If one field is not filled, the form is beeing redisplayed. But ONLY the form. Navigation, header etc. are

RE: context-root in cocoon.xconf

2006-12-07 Thread trampus
Hi Jeroen, I'm do not think that the JDBC driver will understand the cocoon:// protocol. It should be like: dburljdbc:hsqldb:file:cocoon://WEB-INF/db/example/dburl no, change nothing. Anybody else has any idea? Using jdbc:hsqldb:res:... the database is looked in classpath but I can access

Re: Aggregation and CForms: redisplay

2006-12-07 Thread Jeroen Reijn
Hi Niclas, It's best to do it the other way around. I've been using this method for quite some time. What you want to do is something like: map:match pattern=**/reaction.html map:call function=handleForm some parameters /map:call /map:match Then let the the showform call the form

RE: How Acceding request attribute in sitemap

2006-12-07 Thread Ard Schrijvers
It's not made in single steps (generator generates all XML, transformer 1 transforms it, transformer 2 transforms it, serializer serializes it), but it a smooth flow of elements. About the smooth flow of elements, I agree untill you hit an xsl transformation (xalan/saxon) :-) Ard

Re: How Acceding request attribute in sitemap

2006-12-07 Thread Simone Gianni
Ard Schrijvers wrote: It's not made in single steps (generator generates all XML, transformer 1 transforms it, transformer 2 transforms it, serializer serializes it), but it a smooth flow of elements. About the smooth flow of elements, I agree untill you hit an xsl transformation

Re: Re: Including XML Tags in custom transformer

2006-12-07 Thread Frank Rocholl
Hi Jeroen, many thanks. That is exactly what I need. Best Regards Frank Original-Nachricht Datum: Wed, 06 Dec 2006 17:33:04 +0100 Von: Jeroen Reijn [EMAIL PROTECTED] An: users@cocoon.apache.org Betreff: Re: Including XML Tags in custom transformer Hi Frank, try using

Dojo and DWR integration problem

2006-12-07 Thread Gabriele Columbro
Hi all, I'm stuck on an integration problem between a DWR [1] AJAX based application and our beloved Dojo-based AJAX CForms. I know it's weird but this is the requirement (better the context I'm working in) and I have to cope with that (we're also not allowed to use iframes). Basically my

Re: context-root in cocoon.xconf

2006-12-07 Thread Mark Lundquist
On Dec 7, 2006, at 2:19 AM, trampus wrote: dburljdbc:hsqldb:file:cocoon://WEB-INF/db/example/dburl no, change nothing. Anybody else has any idea? I think the cocoon:// scheme is wrong there, that says resolve this to a pipeline. For a filesystem path you should use context://. Try

Use xslt2.0

2006-12-07 Thread Sébastien Geindre
Hi all, Thanx for anwsered previous post (do we have to post to just say 'thank you' ??!! ;-) ) My question is about the use of XSLT Transformer. I'd like to compare date, and xslt2.0 seems to have better function like using the minus operator as follows: date12005-04-05/date1

Re: Use xslt2.0

2006-12-07 Thread Askild Aaberg Olsen
Sébastien Geindre wrote: So, how can i usr a xslt Transformer which support xs function. Where can i set this ? cocoon.xconf ? I use cocoon 2.1.9 Did you declare the namespace for prefix xs? Like xmlns:xs=http://www.w3.org/2001/XMLSchema; on top of your XSLT. Askild -

RE: How Acceding request attribute in sitemap

2006-12-07 Thread Ard Schrijvers
Ard Schrijvers wrote: It's not made in single steps (generator generates all XML, transformer 1 transforms it, transformer 2 transforms it, serializer serializes it), but it a smooth flow of elements. About the smooth flow of elements, I agree untill you hit an xsl

Re: Use xslt2.0

2006-12-07 Thread Bertrand Delacretaz
On 12/7/06, Sébastien Geindre [EMAIL PROTECTED] wrote: ...do we have to post to just say 'thank you' ??!! ;-) ) It's not forbidden, but you can also say thanks directly to whoever helped you, off-list. Saves (our) bandwidth. ... I'd like to compare date, and xslt2.0 seems to have better

aggregating a flowscript-page

2006-12-07 Thread sven goosen
Hi, I'm new to the entire technique of Flowscript. but what I want should be possible. I Only know as much as is told in the flowscript tutorial (http://cocoon.apache.org/2.1/userdocs/flow/tutor.html), but have created my own little javascript flows. The relevant pages of my sitemap:

Re: context-root in cocoon.xconf

2006-12-07 Thread Jeroen Reijn
Hmmzzz.. I was probably looking at some code just before writing this down. Of course I meant context:// Reijn Mark Lundquist wrote: On Dec 7, 2006, at 2:19 AM, trampus wrote: dburljdbc:hsqldb:file:cocoon://WEB-INF/db/example/dburl no, change nothing. Anybody else has any idea? I think

Re: Aggregation and CForms: redisplay

2006-12-07 Thread Mark Lundquist
Hi Niclas, Please see my reply on the thread, aggregating a flowscript page, I think you will find it applies to your question as well. cheers, —ml— - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Use xslt2.0

2006-12-07 Thread Derek Hohls
Bertrand What is the status of Xalan with respect to XSLT 2.0 conformance? Thanks Derek Bertrand Delacretaz [EMAIL PROTECTED] 2006/12/07 09:05 PM On 12/7/06, Sébastien Geindre [EMAIL PROTECTED] wrote: ...do we have to post to just say 'thank you' ??!! ;-) ) It's not forbidden, but you

Re: Use xslt2.0

2006-12-07 Thread Bertrand Delacretaz
On 12/8/06, Derek Hohls [EMAIL PROTECTED] wrote: ...What is the status of Xalan with respect to XSLT 2.0 conformance?.. Frankly, I haven't checked lately. http://xml.apache.org/xalan-j/ says It implements XSL Transformations (XSLT) Version 1.0, I don't know what the plans are. -Bertrand