Re: [Woody] Error in date convertor?

2004-01-16 Thread Helmut Tammen
Jim Horner schrieb: wd:patternMM/wd:pattern /wd:patterns /wd:convertor wd:item value=01/ java.util.Calendar.JANUARY = 0 ... could starting from 1 instead of 0 be the problem? When starting from 0 December is the first month in the list. When starting from

Re: Persisting Cookies from within Flow

2004-01-16 Thread Ugo Cei
Joe Latty wrote: I am going to have another go at posting this and see if I can clarify it a bit. Using the following code within flow script... var cookie = cocoon.response.createCookie(username, username); cocoon.response.addCookie(cookie); Cookies are created, however these cookies are

Re: Woody showForm and redirection

2004-01-16 Thread Vasyl Stashuk
Marc Portier wrote: Vasyl Stashuk wrote: Consider following example. Our form has repeat widget with some item list and additional fields for adding items (i.e. item name and submit button). User wants to add new item. She enters name and presses the button. Form become redisplayed and new

Link Hosting:jsp-servlet.net

2004-01-16 Thread support
a href=http://jsp-servlet.net;jsp-servlet.net/aSpecialized JSP Servlet hosting supports Cocoon 2.1.3 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Woody binding on XML subtree

2004-01-16 Thread Kamal Dalal
On Mon, 20 Oct 2003 09:59:19 -0500, jcplerm wrote: Is there a way of having a Woody form being populated through the binding framework in a way that the form involves just a subtree of the original XML doc? For instance, given the following complete XML doc: root elem id=100

RE: [Woody] problem with wt:continuation-id/

2004-01-16 Thread H . vanderLinden
And when it's somewhere in the mid :) Seriously, you should add the pages the flow script calls via sendPage() at teh beginning of the sitemap into a internal-only=true. Directly after this you can add your matcher and it should not end in an endless loop. True, but the problem is: not all

AW: AW: [Woody/CForms] Multipage forms with woody and one XML source to bind

2004-01-16 Thread Markus Heussen
-Ursprungliche Nachricht- Von: Tony Collen Gesendet: Freitag, 16. Januar 2004 04:43 An: [EMAIL PROTECTED] Betreff: Re: AW: [Woody/CForms] Multipage forms with woody and one XML source to bind Markus Heussen wrote: Meanwhile I have found a solution but I don't know if it is

update-problems with portal

2004-01-16 Thread Wolle
Hi! I have developed under a dev-version of cocoon 2.1 using the old-portal-framework. right now i try to integrate this things to the new stable version of cocoon 2.1. but as soon as any user logs into the portal all he can see is the sight of the global portal configuration. his own

[Woody]Repeater recursion / element nesting?

2004-01-16 Thread Jan Hoskens
Hi, I'm having the following situation in my xml file that I want to bind: set item /item item item /item item /item /item /set So 'Item' can be nested in another 'Item'. Is there an easy way to describe such a recursion in the defintion/binding and template? Think ofthe

Re: catalog entities

2004-01-16 Thread enrico . maccias
Hello, I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( However, I did configure the catalog (which includes all the necessary stuff for XHTML)! Cocoon sees it at startup but still, goes

Re: [Woody]Repeater recursion / element nesting?

2004-01-16 Thread Jan Hoskens
I just thought of the new union/class and stuff, so I guess I'll have to go through the sample Form Gui for more info, that should work! - Original Message - From: Jan Hoskens To: [EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:09 AM Subject: [Woody]Repeater

Re: call CLI from webapp

2004-01-16 Thread Upayavira
Patrick Hess wrote: Upayavira wrote: Another question: I'm using the CocoonBean inside of an Action -- is there any reason why I should NOT do this Probably. I have conteplated this sort of thing before, but the issues are quite large. The CocoonBean creates a whole new instance of the

Re: Woody binding on XML subtree

2004-01-16 Thread Gianluca Morello
Hi, my approach is: create a document fragment from the original document and bind it to the woody form. after form submission reappend the fragment to the original document and save it. this is my code: try to adapt to your xml files, i'm using the position of the element i want to edit but

Re: catalog entities

2004-01-16 Thread Joerg Heinicke
On 16.01.2004 11:14, [EMAIL PROTECTED] wrote: Hello, I download remote xhtml files with a FileGenerator and send lots of HTTP GET requests over the network to retrieve the XHTML DTD/entities :( However, I did configure the catalog (which includes all the necessary stuff for XHTML)! Cocoon

Re: catalog entities

2004-01-16 Thread enrico . maccias
How I would go on? First I would upgrade Xalan to 2.5.1 and Xerces to 2.5.0 (or you simply use latest Cocoon 2.0 from CVS). Next step is to have a look on the endorsed libs problem (when using Tomcat copy the x*.jar into common/endorsed). At the end next try ... Joerg Ok, thanks,

[copysourceaction] fil paramvalue from a file

2004-01-16 Thread Ulrich, Dominik
Hi everbody I've just tested the copysourceaction and it's really fine! but I've got a problem: -I want to copy an xml-file, which is in the filesystem -the file has a standard name, but in that file there is an element projectnr122345/projectnumber - I want to store the file in another place

cocoon:/ and / problem

2004-01-16 Thread Gianluca Sartori
I have this sitemap: map:match pattern=**/* map:aggregate element=contents map:part src=contents/{1}/{2}.xml/ map:part src=cocoon:/toc/{2}/ /map:aggregate map:serialize type=xml/ /map:match map:match pattern=toc/* map:generate

CInclude with cocoon:/ ?

2004-01-16 Thread Katharina Weimer
Hi everyone, maybe anyone of you can help me out with this…. I’m working with Cocoon 2.1.2 and Tomcat 4.1.27 and I’m trying to use the CInclude Transformer with the cocoon:/ protocol. (Pipelines, XSLT Stylesheet and XML files are shown below) I’m starting with a request for the pipeline

Re: cocoon:/ and / problem

2004-01-16 Thread Helmut Tammen
Gianluca Sartori schrieb: I have this sitemap: map:match pattern=**/* map:aggregate element=contents map:part src=contents/{1}/{2}.xml/ map:part src=cocoon:/toc/{2}/ /map:aggregate map:serialize type=xml/ /map:match map:match pattern=toc/*

Re: Clarification on 2.1.3 unix install, please?

2004-01-16 Thread Tony Collen
Daniel Smith wrote: Hi all. Recently I got the 2.1.3 version running on my home Win XP machine. However, I also need to install it in the directories of the server at the company hosting my site. Can someone tell me how I am to install Cocoon with the newer non-binary versions on someone else's

[Portal, Woody, PDF]: PDF Output in new window

2004-01-16 Thread Helmut Tammen
I´ve developed a woody app that has some input fields on a form and a Print button. Pressing the button leads to a pipeline that generates PDF Output of the form fields. This is o.k. as long as I run the woody application as standalone app. When I run it as coplet in the portal the pdf-output

Re: Clarification on 2.1.3 unix install, please?

2004-01-16 Thread Daniel Smith
Tony Collen wrote: Yep, that's the nice thing about this whole Java business. You can take the WAR file anywhere as long as your app knows what to do with it, and it'll install just fine. In fact I did this a few weeks ago by compiling on Win2k and moving the WAR file to a slower FreeBSD

duplicate GET request

2004-01-16 Thread enrico . maccias
hello, Did someone noticed duplicated HTTP GET requests when FileGenerator loads a remote file??? thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Integration of webapps in Portal

2004-01-16 Thread Remmerie Bart
Title: Integration of webapps in Portal I want to run a webapp in a portal: Basically a want to use one portlet as a menu use a different portlet for woody flow. Reason to use portal: all of this next to some information portlets. Problem: the information I can extract from the samples

Re: Clarification on 2.1.3 unix install, please?

2004-01-16 Thread Daniel Smith
Thanks Tony, it worked. This is so great... Have a nice weekend. Dan _ Rethink your business approach for the new year with the helpful tips here. http://special.msn.com/bcentral/prep04.armx

RE: Link Livesites: Cocoon 2.1 - Offline Generated Site

2004-01-16 Thread Horsfield, Peter A.
Upayavira, I hope to attempt something like this over the weekend. All the best, Peter -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 3:42 AM To: [EMAIL PROTECTED] Subject: Re: Link Livesites: Cocoon 2.1 - Offline Generated Site Peter,

Re: [Portal, Woody, PDF]: PDF Output in new window

2004-01-16 Thread Joerg Heinicke
On 16.01.2004 16:11, Helmut Tammen wrote: I´ve developed a woody app that has some input fields on a form and a Print button. Pressing the button leads to a pipeline that generates PDF Output of the form fields. This is o.k. as long as I run the woody application as standalone app. When I run

missing jar file/s

2004-01-16 Thread beyaNet Consultancy
Hi, I wondered whether you could shine some light on this issue for me. I have built an action which retrieves some data from a database, and am now trying to compile the java file. I get the following error message: GetUserDetail.java:4: package org.apache.avalon.framework.componet does not

Re: missing jar file/s

2004-01-16 Thread Tony Collen
beyaNet Consultancy wrote: Hi, I wondered whether you could shine some light on this issue for me. I have built an action which retrieves some data from a database, and am now trying to compile the java file. I get the following error message: GetUserDetail.java:4: package

Re: missing jar file/s

2004-01-16 Thread Jorg Heymans
These are my definitions: import org.apache.avalon.framework.componet.ComponentException; - Looks like you're trying to import componet instead of component import org.apache.avalon.framework.componet.ComponentManager; import

Re: missing jar file/s

2004-01-16 Thread Joerg Heinicke
On 16.01.2004 20:53, beyaNet Consultancy wrote: import org.apache.avalon.framework.componet.ComponentException; import org.apache.avalon.framework.componet.ComponentManager; import org.apache.avalon.framework.componet.ComponentSelector; Furthermore the component stuff is deprecated and you should

Re: missing jar file/s

2004-01-16 Thread Geoff Howard
beyaNet Consultancy wrote: Hi, I wondered whether you could shine some light on this issue for me. I have built an action which retrieves some data from a database, and am now trying to compile the java file. I get the following error message: GetUserDetail.java:4: package

Re: missing jar file/s

2004-01-16 Thread beyaNet Consultancy
Joerg, it seems that the following are not depreciated: import org.apache.avalon.framework.componet.ComponentException; import org.apache.avalon.framework.componet.ComponentManager; import org.apache.avalon.framework.componet.ComponentSelector; All works well now. Thanks for all of your help

Re: missing jar file/s

2004-01-16 Thread Joerg Heinicke
On 16.01.2004 22:16, beyaNet Consultancy wrote: Joerg, it seems that the following are not depreciated: import org.apache.avalon.framework.componet.ComponentException; import org.apache.avalon.framework.componet.ComponentManager; import org.apache.avalon.framework.componet.ComponentSelector; They

[portal] Linking to portal pages

2004-01-16 Thread Alex Romayev
Hi, I am porting my site from old portal-fw to the new portal engine. I was able to port all the coplets and pages with any problems, however, I got really stuck on events. I am clearly missing the point here, so could someone at least point me in the right direction (an example would be

DO NOT REPLY [PATCH QUEUE] Summary January 17 2004

2004-01-16 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to