Re: [FYI] mozilla composite, WYSYWIG HTML editor for textareas

2002-10-16 Thread Ugo Cei
Bertrand Delacretaz wrote: > see http://composite.mozdev.org/index.html > > Ugo Cei mentioned this in passing in another thread today but I think it > deserves its own "announcement". > > The editor opens a separate editor window (mozilla composer I guess) so it is not >really > "in-place" e

webDAV status - Separation of content and protocol

2002-10-16 Thread Michael Homeijer
Hi, I have build a prototype webapp that handles the webDAV protocol for my application. With very little pipelines and files I was able to simulate a file system that contains files from a folder in my webapp and contains files that represent rows in a database table (most "files" will be read-o

Adobe new products

2002-10-16 Thread Matthew Langham
I read this morning on Heise (www.heise.de - German) about Adobe introducing a new range of products "for big business". Looks like they will be bringing out a "Forms Server", an "Output Server", a "Workflow Server" and a "Document Server" - all designed to make PDF ubiquitous. And each server wit

[FYI] mozilla composite, WYSYWIG HTML editor for textareas

2002-10-16 Thread Bertrand Delacretaz
see http://composite.mozdev.org/index.html Ugo Cei mentioned this in passing in another thread today but I think it deserves its own "announcement". The editor opens a separate editor window (mozilla composer I guess) so it is not really "in-place" editing but it does the job real fine IMHO.

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/flow/javascript JSCocoon.java

2002-10-16 Thread ovidiu
ovidiu 2002/10/16 20:02:12 Modified:src/java/org/apache/cocoon/components/flow/javascript JSCocoon.java Log: Export the Avalon ComponentManager to JavaScript scripts. Request from Reinhard Poetz <[EMAIL PROTECTED]> and Maciek Kaminski <[EMAIL PROTECTED]>

Re: JFreeChart, anyone ?

2002-10-16 Thread Ovidiu Predescu
On Wednesday, October 16, 2002, at 08:10 AM, Nathaniel Alfred wrote: >> >>> We have written a basic JFreeSerializer. Just enough >> functionality for >>> producing time series charts in png from datapoints sent down the >>> pipeline from an XSP generator. >> >> ...mind to contribute it as new

Re: JFreeChart, anyone ?

2002-10-16 Thread Ovidiu Predescu
On Wednesday, October 16, 2002, at 08:10 AM, Nathaniel Alfred wrote: >> >>> We have written a basic JFreeSerializer. Just enough >> functionality for >>> producing time series charts in png from datapoints sent down the >>> pipeline from an XSP generator. >> >> ...mind to contribute it as new

Re: Flow and Action

2002-10-16 Thread Ovidiu Predescu
Thanks for catching this, I committed it. Regards, Ovidiu On Wednesday, October 16, 2002, at 11:51 AM, Mats Norén wrote: > Okay, > the error is at row 153 in CallFunctionNode. > the line: > manager = manager; > should be > this.manager = manager; > > /Mats > > Mats Norén wrote: >> Hi, >> I´v

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java

2002-10-16 Thread ovidiu
ovidiu 2002/10/16 19:27:57 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java Log: compose: Fix assignment to this.manager. Found by Mats NorŽn <[EMAIL PROTECTED]>. Revision ChangesPath 1.8 +1 -1

Re: Source vs. Generator

2002-10-16 Thread Vadim Gritsenko
Ugo Cei wrote: > A long long time ago Carsten Ziegeler wrote: > >> Nearly all generators could be rewritten as sources, for >> example the RequestGenerator could be written as a "request:" >> protocol. But does this make sense - I would say: "No". I think a >> protocol makes sense if several, di

Re: Source vs. Generator

2002-10-16 Thread Andy Lewis
I could see uses for it - very similar to what you suggest. However I was instead looking into achiving the same thing with the Request Generator, the Fragment Extractor and internal pipelines... > A long long time ago Carsten Ziegeler wrote: >> Nearly all generators could be rewritten as source

Re: Source vs. Generator

2002-10-16 Thread Ugo Cei
A long long time ago Carsten Ziegeler wrote: > Nearly all generators could be rewritten as sources, for > example the RequestGenerator could be written as a "request:" > protocol. But does this make sense - I would say: "No". I > think a protocol makes sense if several, different sources > (docum

Re: Flow and Action

2002-10-16 Thread Mats Norén
Okay, the error is at row 153 in CallFunctionNode. the line: manager = manager; should be this.manager = manager; /Mats Mats Norén wrote: > Hi, > I´ve having troubles calling an Action from the flow layer. > It used to work just fine, but I think some of the changes made lately > may have b

Flow and Action

2002-10-16 Thread Mats Norén
Hi, I´ve having troubles calling an Action from the flow layer. It used to work just fine, but I think some of the changes made lately may have broken the implementation. Row 290 in JSCocoon is the villain, it creates a NPE at the row below. The call: ComponentManager sitemapManager= this.enviro

Re: Python sample not working with 2.1

2002-10-16 Thread Colin Paul Adams
> "Vadim" == Vadim Gritsenko <[EMAIL PROTECTED]> writes: Vadim> Python script should work, what you experience is the Vadim> problem with refactored samples: seems that refactoring is Vadim> not complete yet. You can help here by ensuring that all Vadim> samples have all the n

Problem with Obtaining XSL Source

2002-10-16 Thread Colin Paul Adams
In /cocoon/samples/sub/welcome, section Obtaining XSL Source, all the examples except for the first fail with a NullPointerException in AbstractCachingProcessingPipeline.java at line 564. So it would appear cachedPipelineKey must be null. If this is not a known problem, with someone working on it,

Re: [RT] Getting rid of the table-based layout

2002-10-16 Thread Tony Collen
On Wed, 16 Oct 2002, Nicola Ken Barozzi wrote: > > Koen Pellegrims wrote: > > YES! Please! > > > > The current layout is not flexible at all and I for one would welcome a > > simple, CSS-based design. > > I would do it myself if it wasn't for the time, or the lack thereof... ;-) > > Soon we'll us

file upload follow up

2002-10-16 Thread Geoff Howard
There are patches in the queue that bring a basic level of flexibility and security (of a sort) to multipart file upload behavior. Here are a few follow up issues from the initial discussion. Some are remaining action points, some are just updates: 1) There is the idea that choosing behaviour

RE: JFreeChart, anyone ?

2002-10-16 Thread Nathaniel Alfred
> >> We have written a basic JFreeSerializer. Just enough >functionality for >> producing time series charts in png from datapoints sent down the >> pipeline from an XSP generator. > >...mind to contribute it as new block? :-) Sure, if there is interest for it. But it will take me some time to

Re: Cocoon Port

2002-10-16 Thread Stefano Mazzocchi
Stefano Mazzocchi wrote: > I'm personally happy if somebody ports Cocoon in other languages (people > already did twice, for Perl and PHP) I was referring to Axkit as the Cocoon's port in Perl but it's a mistake: even if they offer similar functionalities and use similar technologies, AxKit an

RE: JFreeChart, anyone ?

2002-10-16 Thread tcurdt
Quoting Nathaniel Alfred <[EMAIL PROTECTED]>: > We have written a basic JFreeSerializer. Just enough functionality for > producing time series charts in png from datapoints sent down the > pipeline from an XSP generator. ...mind to contribute it as new block? :-) cheers -- Torsten ---

RE: JFreeChart, anyone ?

2002-10-16 Thread Nathaniel Alfred
We have written a basic JFreeSerializer. Just enough functionality for producing time series charts in png from datapoints sent down the pipeline from an XSP generator. Cheers, Alfred. >-Original Message- >From: Hugo Burm [mailto:[EMAIL PROTECTED]] >Sent: Mittwoch, 16. Oktober 2002 09:

BUG: Caching problem with XSP, XSL and cocoon pseudo protocol

2002-10-16 Thread Tuomo Lesonen
Hi all, Several cocoon users (including me) have reported a caching problem when using cocoon: pseudo protocol with ServerPagesGenerator. Here's an example pipeline: Calling "foo" always results to a cached page. Calling "bar" results to an updated page

Re: [OT] Frankfurt Stammtisch date/place

2002-10-16 Thread Steven Noels
Stefano Mazzocchi wrote: > Unfortunately, though, I won't be able to make it at the Cocoon > Gettogether in Belgium since I'll probably be in the US for the ApacheCON. Just for everybody's info: 58 people are expected to come so far. This is much more than we expected (and really, really grea

DO NOT REPLY [Bug 13685] New: - Paginator produces wrong navigation

2002-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: A little change in the mod-db example.

2002-10-16 Thread Antonio Gallardo Rivera
I think no, because we need to avoid the use of keywords. I will try to make it work and send here the example changed. Antonio Gallardo. El Miércoles, 16 de Octubre de 2002 02:24, Piroumian Konstantin escribió: > > From: Antonio Gallardo Rivera > > > > Hi, > > > > I just write to tell that in

RE: A little change in the mod-db example.

2002-10-16 Thread Piroumian Konstantin
> From: Antonio Gallardo Rivera > > Hi, > > I just write to tell that in the mod-db example. We must > change the name of > the first table from "user" to "users" or something similar. > > In PostgreSQL the word "user" is a keyword. Can't this be solved by changing the sql like this: select

DO NOT REPLY [Bug 13668] - Problem adding listener to Cocoon's web.xml

2002-10-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b