Re: Re: file upload - another question

2003-11-15 Thread Jan Wielgus
Hello, thank you for your solution, actually it's not difficult. Unfortunately I fail to recompile the action class :( I get an error message where I don't know what may be wrong: - E:\cocoon-2.1.2\build\webapp\WEB-INF\classes\org\apache\cocoon\acting>javac Mult iPartFileAction.java MultiPa

JXForms and file uploads.

2003-11-15 Thread Marcin Okraszewski
Hi, Is there any JXForms' control for uploading files? I couldn't have found any on documentation pages. If there isn't any such control, can I simply add such input "inline", between JXForms controls? Regards, Marcin Okraszewski -

Re: [OT] Re: Posting responses from the Digest ?

2003-11-15 Thread Martin Stricker
"J.Pietschmann" wrote: > This makes me wonder: the ezlm digest is a MIME multipart containing > RCF822 parts, which should be the original messages with all relevant > headers, certainly the message id which should be put into the > In-Reply-To header of the answer. > A clever mail client should b

RE: Cocoon 2.1.3 / Woody / Flow - Endless Loop?

2003-11-15 Thread Danny Bols
I don't know if these messages in my console are related to the problem I have (description a bit further in this message) but they keep terrorizing my console since the use of Cocoon 2.1.3: key = KeyObject, pos = 4623138 java.io.EOFException at java.io.RandomAccessFile.readByte(RandomAcce

Re: Cocoon activity

2003-11-15 Thread Ugo Cei
Roger I Martin PhD wrote: Is there an open source active effort on custom, smart, xml editor|viewer|uml code that could be capitalized on or used as a starting point for a Cocoon specific tool? Have you checked sunBow ()? Ugo ---

Re: Woody and Flow Script

2003-11-15 Thread Ugo Cei
Danny Bols wrote: I am using the Cocoon 2.1.3. / Woody release now but the FlowJXPathSelectionListBuilder doesn't work. I tried the example which can be found in the API...but...No Errors...No Loggingand no combo box :-( I haven't tried to retype verbatim the example in the API, but the "count

Re: file upload - another question

2003-11-15 Thread Steve Schwarz
Hi Jan You're going to have to modify Geoff's upload action. Take a look at the action I posted, it will recursively generate all the directories on the path. You can copy/paste into Geoff's code. I don't know what var he uses to get the upload dir name...but do something like this: // Create t

file upload - another question

2003-11-15 Thread Jan Wielgus
Hello, the file upload action I found on this list (contributed by Geoff) works actually fine, but there is one thing that I would like to do: I would like to create the upload directory dynamically.. At the moment, a file is uploaded correctly to a directory only if this directory already exists.

RE: Cocoon 2.1.3 / Woody / Flow - Endless Loop?

2003-11-15 Thread Danny Bols
I did not change any loglevels, the standard settings are INFO or ERROR. I am using Tomcat 4.1.24 and java 1.4.1_02. BTW I did not have any problems when using Cocoon 2.1.2. > -Original Message- > From: Antonio Gallardo [mailto:[EMAIL PROTECTED] > Sent: zaterdag 15 november 2003 16:57 > To

Re: Cocoon activity

2003-11-15 Thread Roger I Martin PhD
Hi, Could a start on Cocoon IDE tools make use of dtd's or schema's for xmap and other Cocoon xml control docs? Involve a post schema validation infoset http://xml.apache.org/xerces2-j/samples-xni.html#PSVIConfiguration and assist learning xmap, xsp, etc.? Something that shows the constraints,

Re: Cocoon 2.1.3 / Woody / Flow - Endless Loop?

2003-11-15 Thread Antonio Gallardo
It can be the garbage collector. Also check your log level. If you set it to debug, then flow component will register his own activity every 4 secs. This activity is related to drop the old saved "continuities". BTW, what version of Tomcat are you using? Best Regards, Antonio Gallardo Danny Bo

Cocoon 2.1.3 / Woody / Flow - Endless Loop?

2003-11-15 Thread Danny Bols
Hello, since a few days I have been using the new released Cocoon 2.1.3 and after a while without doing any requests to the server the java process spontaneously claims 100% of the CPU. Java behaves like it is in an endless loop. The only solution in that case is to hard kill the tomcat server! T

RE: Cocoon activity

2003-11-15 Thread Rod Giffin
On Sat, 2003-11-15 at 05:13, [EMAIL PROTECTED] wrote: > thnx rob > > i have try to run all this succesful > > but i can not see many debug capabilities. > > is it possible to have not the compiled classes but the source .java files > from an action or a gennerator or a transformer for example

Re: Cocoon activity

2003-11-15 Thread Rod Giffin
On Sat, 2003-11-15 at 00:43, Geoff Howard wrote: > Rod Giffin wrote: > > >>the truth is that cocoon is not (beginners-dev)-friendly > >>because many parameters (the pipeline-approach, missing IDE, less debug > >>tools) > >> > >>after 2 years here and with cocoon in production from the first 2.0rc

Re: intestation xml

2003-11-15 Thread Antonio Gallardo
NeXt Design ::. Luca Mascaro dijo: > but i do not want myself to be used the xhtml serializer than from too > many > problems on encoding OK, then you want to do a XML file OK? The same as before, but search for the XML serializer. Best Regards, Antonio Gallardo >> Next Design | Luca Mascaro :

Re: intestation xml

2003-11-15 Thread NeXt Design ::. Luca Mascaro
but i do not want myself to be used the xhtml serializer than from too many problems on encoding _ :::Luca Mascaro :::Designer | Developer :::[EMAIL PROTECTED] :::http://www.next-design.net - Original Message - From: "Antonio Gallardo" <[EMAI

Re: intestation xml

2003-11-15 Thread Antonio Gallardo
Next Design | Luca Mascaro ::. dijo: > How to like inserting in the escare heading the string version="1.0"?> through the html serializer I guess you want to output a XHTML page, right? Well, then see: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/webapp/sitemap.xmap?rev=HEAD&content-type=tex

intestation xml

2003-11-15 Thread Next Design | Luca Mascaro ::.
How to like inserting in the escare heading the string through the html serializer the code puts into effect them is this: -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd ISO-8859-1 none xml tks __ Luca Mascaro Designer | Developer [EM

Re: Database Actions

2003-11-15 Thread Andrzej Jan Taramina
> I just need a little nudge in the right direction for my > sitemap file. I want to insert a row into a database (and later > change, and delete) then I want to jump to a new pipeline.. > an existing pattern match that uses esql to read from the DB > and output the results (which will have new or

Re: [OT] Sodipodi SVG flags 1.0

2003-11-15 Thread Jorg Heymans
cool :) Steve Schwarz wrote: I just saw this in the SVG mail list and I know there are a lot of SVG users in the Cocoon community who might want to use national flags in their web apps as buttons and such. Take Care, Steve Sodipodi flags 1.0 This is the first release of the Sodipodi flag coll

Re: offline page generator

2003-11-15 Thread NeXt Design ::. Luca Mascaro
thanks to all _ :::Luca Mascaro :::Designer | Developer :::[EMAIL PROTECTED] :::http://www.next-design.net - Original Message - From: "Simon Mieth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2003 3:00 PM Subject:

[OT] Sodipodi SVG flags 1.0

2003-11-15 Thread Steve Schwarz
I just saw this in the SVG mail list and I know there are a lot of SVG users in the Cocoon community who might want to use national flags in their web apps as buttons and such. Take Care, Steve Sodipodi flags 1.0 This is the first release of the Sodipodi flag collection. This collection current

Re: offline page generator

2003-11-15 Thread Simon Mieth
On Sat, 15 Nov 2003 14:07:50 +0100 "Next Design | Luca Mascaro ::." <[EMAIL PROTECTED]> wrote: > buongiorno they are newbye > > excused my English, but I speak Italian > > I ave a problem whit offline page generator > > I ave one directory "_dotinfo" on build/webapp folder, whit pipeline > defa

Re: offline page generator

2003-11-15 Thread Upayavira
Next Design | Luca Mascaro ::. wrote: buongiorno they are newbye excused my English, but I speak Italian I ave a problem whit offline page generator I ave one directory "_dotinfo" on build/webapp folder, whit pipeline default "index.html" I want to generate of the content offline whit cli, but

offline page generator

2003-11-15 Thread Next Design | Luca Mascaro ::.
buongiorno they are newbye excused my English, but I speak Italian I ave a problem whit offline page generator I ave one directory "_dotinfo" on build/webapp folder, whit pipeline default "index.html" I want to generate of the content offline whit cli, but I do not succeed to shape cli.conf an

Re: New ReadDOMTransformer/WriteDOMTransformer available?

2003-11-15 Thread Joerg Heinicke
On 15.11.2003 07:26, David Rogers wrote: Hi , From bugzilla, it looks like (23921), Andrzej's New ReadDOMTransformer/WriteDOMTransformer, did not make it into Cocoon 2.1.3? This seems like good functionality to have to me. (read request scope doms) No, it didn't make it as the bug is not fixed.

Re: session-attr generator / XPATH session-attr generator

2003-11-15 Thread Joerg Heinicke
On 15.11.2003 05:56, dave rogers wrote: Hi, Does any one know where the sesson-attr generator docs went? I must have found them at one time cuz im using it... I guess there is no documentation, only general like JavaDoc [1] or about webapps [2]. [1] http://cocoon.apache.org/2.1/apidocs/org/apa

Re: nested diagnostic contexts and cocoon

2003-11-15 Thread Joerg Heinicke
On 15.11.2003 10:01, Jorg Heymans wrote: I checked the dev list, it seems that this is a rather new feature that was put on the 2.1 branch and not 2.04? Exactly, only 2.1. I was hoping for a clear-cut solution but by the looks it's too early for this :) Unfortunately yes. Joerg Joerg Heinicke

RE: Woody and Flow Script

2003-11-15 Thread Danny Bols
I tracked my selection list problem in woody a bit further down and it looks as if the following code in the StaticSelectionList is causing the problem: if (label != null) { interpreter.recycle(); interpreter.setContentHandler(contentHandler);

[OT] Re: Posting responses from the Digest ?

2003-11-15 Thread J.Pietschmann
Martin Stricker wrote: Do not reply to the digest. Replies contain a hidden header field with a reference to the mail you reply to. That helps threading in the mail viewer, but a reference to the digest mail would destroy the threading. This makes me wonder: the ezlm digest is a MIME multipart cont

Re: Cocoon activity

2003-11-15 Thread gounis
On Sat, 15 Nov 2003, Upayavira wrote: > JD Daniels wrote: > > >Actually, the building was not really that difficult.. Like I said earlier, > >it was way simpler than my first go-round with PHP and make *shudder* I have > >only used CVS for cocoon.. I dislike building from source unless I *have* >

RE: Cocoon activity

2003-11-15 Thread gounis
thnx rob i have try to run all this succesful but i can not see many debug capabilities. is it possible to have not the compiled classes but the source .java files from an action or a gennerator or a transformer for example to set breakpoints etc.? or is it possible to set break points othe

RE: Woody and Flow Script

2003-11-15 Thread Danny Bols
Hello, I am using the Cocoon 2.1.3. / Woody release now but the FlowJXPathSelectionListBuilder doesn't work. I tried the example which can be found in the API...but...No Errors...No Loggingand no combo box :-( Desperatly I tried the following solution (which in my case would be better) in flo

Re: nested diagnostic contexts and cocoon

2003-11-15 Thread Jorg Heymans
I checked the dev list, it seems that this is a rather new feature that was put on the 2.1 branch and not 2.04? I was hoping for a clear-cut solution but by the looks it's too early for this :) tnx Jorg Joerg Heinicke wrote: On 13.11.2003 17:37, Jorg Heymans wrote: Hi, Is there any way of usin

Re: Cocoon activity

2003-11-15 Thread Upayavira
JD Daniels wrote: Actually, the building was not really that difficult.. Like I said earlier, it was way simpler than my first go-round with PHP and make *shudder* I have only used CVS for cocoon.. I dislike building from source unless I *have* to.. and I was in big favour with making cocoon only