Installation of cocoon using JDK 1.5/Tomcat5.5/Ant1.6.2

2005-02-06 Thread dee factorial
I applied the patch @ http://issues.apache.org/bugzilla/show_bug.cgi?id=33189 but I'm still getting errors, the errors seem a little bit vauge because it seems like it is totaly unrelated to JDK 1.5 I've also tried the patch @ http://issues.apache.org/bugzilla/show_bug.cgi?id=30883 but I still get

integrate Cocoon and Tomcat with eclipse

2005-02-06 Thread Sanket Pattekar
Hi, I am trying to integrate Cocoon and Tomcat with eclipse. I have the following versions. Can any one help me intergrating the same. Cocoon 2.1.6 Tomcat 5.0.28 Eclipse 3.0.1 Tomcat Plugin V3 JDK 1.4.2.04 Thanks, Sanket. ---

Data not saved to document after binding

2005-02-06 Thread Marc Salvetti
Hello, I have a problem with the binding framework : i'm using the function form2xml from the sample, and with one of my forms, the data is not saved back to the xml file. The binding works fine for loading the data to the form, the xml file is saved correctly, but the modifications made to the f

Re: target release 1.3 conflicts with default source release 1.5

2005-02-06 Thread Marc Driftmeyer
Now let me see if I read this correctly. You have Tiger SDK 1.5 installed and when attempting to compile against Cocoon 2.1.6 you get compiles errors that amount to the following: javac: target release 1.3 conflicts with default source release 1.5 Solution: Edit init-build.xml init-build.xml un

Re: target release 1.3 conflicts with default source release 1.5

2005-02-06 Thread Tom Sparks
i'll try and get back TS - Original Message - From: "David Delmar" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 6:36 AM Subject: Re: target release 1.3 conflicts with default source release 1.5 > 1. Download JDK/SDK 1.3. > 2. Change JAVA_Home to that bin. > 3. Build. > 4. Ch

Any reason NOT to replace xalan with saxon?

2005-02-06 Thread David
I'm using xalan and running into a lot of the classic XSLT 1.0 limitations, like difficulty with "group by" type queries, string manipulation, no date datatype, etc. Other than this, my needs are pretty basic, just using Cocoon to spit out web pages. It seems from my research that Saxon implement

[OT] PDF electronic forms

2005-02-06 Thread gounis
hi people this post is about a feature i just have read about the .pdf documents. they are able to work as forms and submit data, or save the form to disk http://www.adobe.com/products/acrobat/messaging/use_eforms.html notice that there is a validation in date. did anyone know if this is soment

Re: target release 1.3 conflicts with default source release 1.5

2005-02-06 Thread David Delmar
Sorry: i did it with 1.4, not 1.3 --- Tom Sparks <[EMAIL PROTECTED]> wrote: > help > > " > D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>build > Buildfile: build.xml > > init-tasks: > Compiling 5 source files to D:\Tomcat > 5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\anttasks > javac: target release

Re: target release 1.3 conflicts with default source release 1.5

2005-02-06 Thread David Delmar
1. Download JDK/SDK 1.3. 2. Change JAVA_Home to that bin. 3. Build. 4. Change JAVA_Home back to 1.5 and run. (i think - it worked for me) --- Tom Sparks <[EMAIL PROTECTED]> wrote: > help > > " > D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>build > Buildfile: build.xml > > init-tasks: > Compiling

Re: cocoon.setAttribute in FlowScript broken?

2005-02-06 Thread Bernard Sirius
yeah sure, that's what I do. cocoon.session.setAttribute("name",value) doesn't work for me. switching to springframework --- oceatoon <[EMAIL PROTECTED]> wrote: > Bernard Sirius wrote: > > > Actually my previous post/problem boils down to > this: > > session.setAttribute("name",value) has actua

RE: sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

2005-02-06 Thread Adam Ratcliffe
Hi Jaka Your debugging strategy will require different tools for debugging the various component types in Cocoon. For debugging Java you can use the Sysdeo Tomcat plugin for Eclipse. Debugging Java classes in Cocoon works just the same way as debugging any other webapp, set a breakpoint and invok

RE: sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

2005-02-06 Thread Jaka Jaksic
I already have Eclipse and several plugins for Cocoon, but no debugger so far. Does anybody know anything about sunBow or another Cocoon debugger? Regards, Jaka -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of beyaRecords Sent: Sunday, February 06, 2005 2

Re: cocoon.setAttribute in FlowScript broken?

2005-02-06 Thread oceatoon
Bernard Sirius wrote: > Actually my previous post/problem boils down to this: > session.setAttribute("name",value) has actually no > effect. Should be cocoon.session.setAttribute("name",value); - To unsubscribe, e-mail: [EMAIL

Create session context (was: Access UserId in a JX page without Authentication-handler)

2005-02-06 Thread Christoph Hermann
Christoph Hermann schrieb: Hello, > on some pages i want to display a login-form wheter the User is > logged in or not. > Therefore i need to know if the User is logged in. Is there a way i > can do this when the page i server is not enclosed in a > > ? There seems to be no way to do this (goo

Re: sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

2005-02-06 Thread beyaRecords
I heard about a Cocoon IDE called sunBow Hi, If i remember correctly, sunBow is an Eclipse plugin Download Eclipse. There are also many Eclipse plugins you can find to edit cocoon with. Uzo - To unsubscribe, e-mail: [EMAIL P

Best servlet engine to use

2005-02-06 Thread Jaka Jaksic
I have another question regarding Cocoon. The framework can run under a number of servlet engines, mostly different Tomcat versions. The most interesting choices are probably Tomcat 4.1, 5.0 and 5.5 (anything else?). I'd like to know the difference between them and which is the best one to use for

sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

2005-02-06 Thread Jaka Jaksic
Hi! I am looking for a convenient way to debug a Cocoon application (i.e. without having to add much code to the sitemap). The ideal way would be to just fire up a debugger and single-step through the pipeline. I heard about a Cocoon IDE called sunBow, which should provide that functionality (plu

Access UserId in a JX page without Authentication-handler

2005-02-06 Thread Christoph Hermann
Hello, on some pages i want to display a login-form wheter the User is logged in or not. Therefore i need to know if the User is logged in. Is there a way i can do this when the page i server is not enclosed in a ? I tried ${cocoon.session.getAttribute("org.apache.cocoon.webapps.session.cont