AW: Flowscriptproblem - Syntax Error

2005-02-24 Thread Claus Straube
Hello, that was the reason. Thank you for the hint. Best regards - Claus __ Claus Straube Francéstrasse 31 80997 München +49 (089) 14 16 682 => -Ursprüngliche Nachricht- => Von: Frank Taffelt [mailto:[EMAIL PROTECTED] => Gesendet: Donnerstag, 24.

Re: JSR-168 portlets content resetting?

2005-02-24 Thread Ralph Goers
[EMAIL PROTECTED] wrote: I've tried uncommenting anything related to marshalling JSR168 events in cocoon.xconf, but without any success. All the other code is vanilla; I haven't changed any of the profiles/coplet*/portal.xml files or the WEB-INF/portlet.xml files in the other applications. If

Maths functions in a stylesheet?

2005-02-24 Thread Derek Hohls
If any XSLT gurus could help with this... I have a "maths functions" stylesheet, adapted from another source - http://www.w3.org/1999/XSL/Transform"; xmlns:xalan="http://xml.apache.org/xalan"; xmlns:maths="http://www.mydomain.com/maths"; extension-element-prefixes="maths" version="1.0"

JSR-168 portlets content resetting?

2005-02-24 Thread jason_coyle
I've been trying to get JSR-168 portlets working inside Cocoon.  I've gotten the pluto testsuite portlet rendering and working.  I've gotten the Cocoon JSR-168 portlet working.  All the links within a portlet seem to work as expected.  However, right now, clicking a link on any portlet will cause

webmail problem

2005-02-24 Thread Johnson
Hi!   I'm trying to use the webmail sample,I put the mail.jar to the lib dir,and I set the sitemap to   (I've a IMAP server in the address)   When I login, It show a blank screen only.   I'm using the 2.2.0-dev(2.1.6 branch)   Best Regards   Johnson

Re: users-unsubscribe@cocoon.apache.org

2005-02-24 Thread David Crossley
You send to send email to: [EMAIL PROTECTED] rather than to users@cocoon.apache.org --David On Thu, Feb 24, 2005 at 10:15:42AM -0600, K.P. Thottam wrote: > [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

kthottam@buchanan.com:users-unsubscribe@cocoon.apache.org

2005-02-24 Thread K.P. Thottam
[EMAIL PROTECTED] : [EMAIL PROTECTED] -Original Message- From: K.P. Thottam [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:16 AM To: users@cocoon.apache.org Subject: [EMAIL PROTECTED] -Original Message- From: K.P. Thottam [mailto:[EMAIL PROTECTED] Sent: Thursda

RE: stream in flowscript

2005-02-24 Thread Conal Tuohy
luca morlando wrote: > I've the following problem with Control Flow: > I was able to read a stream in the sitemap using pattern="*/getSomething"> > > > > > ... > > > > But now I need to read the same stream into flowscript > function and I don't know how to do that! > >

Parameterization in a SOAP Call

2005-02-24 Thread Barodawala, Ali
Hello All, I'm using a SOAP call within an XSP which (abbreviated) looks like this.. http://10.104.115.1:7078/webservices/quoteprice/QuoteSearch"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> http://quoteprice.sbs/

Re: AW: Debug cocoon applications

2005-02-24 Thread Sylvain Wallez
Markus Vaterlaus wrote: Hello Oleg, hi list, I tried some of their plug ins and they are quite useful and interesting. Maybe there are quite a few other plug ins out there which support you whilst you work with cocoon. Furthermore there are over a dozen or so plug ins floating around that support y

Re: Validation with java

2005-02-24 Thread Scott Yeadon
The validation appears to only support Javascript, however there's a simple way around this: Create a JavaClassValidatorBuilder which operates the same way as the ListenerBuilder: package my.package; import java.lang.Exception; import org.apache.cocoon.forms.formmodel.WidgetDefinition; import o

javascript in XSL within Cocoon

2005-02-24 Thread Norman Barker
Hi, I am using JBoss 4 and Cocoon 2.1.5.1. When I try to use javascript within XSL to use the javascript function atob() I get the error org.apache.xalan.extensions.ObjectFactory$ConfigurationError: Provider com.ibm.bsf.BSFManager not found I have moved bsf-2.3.0.jar to %JBOSS_HOME%/lib, and t

Re: Is it a bug in the cron block?

2005-02-24 Thread Vadim Gritsenko
Frank Rennekamp wrote: I tried to use the cron block and found some difficulties. Before I forget it, I'm working with cocoon 2.1.6, java SDK 1.4.2, tomcat 5.0.28 and linux (debian). Activating the cron block with standard values in the cocoon.xconf worked fine. But I wanted to save the cron jobs

need some help on cform - change styling

2005-02-24 Thread beatejung
hi all, i'm very new on cocoon and did some work using cforms. i have a repeater with some rows and want made the widgets of one row fields, the widgets of the other rows should stay simple outputs - or maybe the other way round i thought i could do this using on-action event of an action widget

RE: Best practice for conditionally displaying widgets?

2005-02-24 Thread oceatoon
Indeed you can build your model dynamically but if you have no validation rule on your widgets these can be declared in the model and not be used in the template, in which case you just show one or the other according to the language. (it's not the case if these fields are required or other validat

users-unsubscribe@cocoon.apache.org

2005-02-24 Thread K.P. Thottam
-Original Message- From: K.P. Thottam [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:16 AM To: users@cocoon.apache.org Subject: [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROT

users-unsubscribe@cocoon.apache.org

2005-02-24 Thread K.P. Thottam
[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CForms Binding

2005-02-24 Thread Upayavira
Arsen A. Gutsal wrote: Hello list. I'm using cocoon 2.1.6, and js file for very simple flow taken from cocoon samples: function processForm() { form.createBinding(bindingURI); var document = loadDocument(documentURI); form.load(document);

stream in flowscript

2005-02-24 Thread luca morlando
Hi list, I've the following problem with Control Flow: I was able to read a stream in the sitemap using ... But now I need to read the same stream into flowscript function and I don't know how to do that! I wrote this in sitemap: but ... how to post stream?

Re: writing PDF file to filesystem

2005-02-24 Thread Alex Kachanov
Hi, guys! Just solved the problem with good help from Vadim Gritsenko and maillist-archive No troubles with sourceWriteTransformer The solution is elegant and smooth It uses flowscript Right now it's too late in Tokyo so I will post detailed explananion tomorrow --

CForms Binding

2005-02-24 Thread Arsen A. Gutsal
Hello list. I'm using cocoon 2.1.6, and js file for very simple flow taken from cocoon samples: function processForm() { form.createBinding(bindingURI); var document = loadDocument(documentURI); form.load(document); form.showForm(form

Re: Validation with java

2005-02-24 Thread Jorg Heymans
Greg wrote: Hello, I have been using cocoon 2.1.4 with tomcat 4 to develop some web forms. I need to run a checksum alogorithm on a value entered into a widget and would like to do this using java as opposed to javascript. I am, however, unsure how to reference a java class from the validation ar

Validation with java

2005-02-24 Thread Greg
Hello, I have been using cocoon 2.1.4 with tomcat 4 to develop some web forms. I need to run a checksum alogorithm on a value entered into a widget and would like to do this using java as opposed to javascript. I am, however, unsure how to reference a java class from the validation area of the wi

Re: Servlet integration

2005-02-24 Thread Geert Josten
Hi Andrea, You might consider to use your original servlet as a proxy. It handles authentication and redirects the user to the cocoon servlet... It should be possible to do this on a more technical level as well - at least I think I heard that once - but I am not very familiar with HTTP deamon c

Re: writing PDF file to filesystem

2005-02-24 Thread Geert Josten
I'm not very confident about the general use of the transformer, so I'll just send the code to you personally (and to any one else who likes)... Cheers Alex Kachanov wrote: could you please share this piece of code with community? - with best wishes Alex Kachan

Re: writing PDF file to filesystem

2005-02-24 Thread Geert Josten
Hi, Hello Alex, hi list, I had a similar problem. I had an application which contains a lot of xml files which are published in different channels like xml, html and pdf. I solved the problem by using a bit of UNIX scripting and wget. In cocoon I defined a couple of pages which contain links to the

Re: writing PDF file to filesystem

2005-02-24 Thread Geert Josten
Hi, Doesn't it? It allows you to specify the serializer. I've never used it, but I've seen the code there. By default it uses the XML serializer, you just need to specify another. Am I missing something? Regards, Upayavira Hmmm it _is_ possible with the SourceWritingTransformer, but only because

Servlet integration

2005-02-24 Thread Andrea Vagliengo
Hi all, I have a simple servlet that manages authentication, it takes values from some fields in a form and outputs some user information taken from a database via JDBC query. I'd like to have multi-channel output: HTML or WML, so that the site could be accessed via standard browser just as via

Re: writing PDF file to filesystem

2005-02-24 Thread Geert Josten
Sharp observation, I hadn't explained how it works.. You simply specify something like: The src directs to your fo2pdf pipe, the target attribute to where you want to store it. The transformer replaces the element by a save:result element, containing a status success or a fail with the error mes

AW: Accessing the database

2005-02-24 Thread José Ferreiro - TSSAG
Hi Rajesh   for more information about mysql look here: http://wiki.apache.org/cocoon/MySQL   I suggest you also to take a look on this page   http://cocoon.apache.org/2.1/userdocs/xsp/esql.html#Configuration   I think it is easier to connect to your DB.   Otherwise investigate t

Accessing the database

2005-02-24 Thread Rajesh.Arra
Hi,   Where I have to write code (below) for accessing the data from database. I configured web.xml, cocoon.xconf, sitemap.xmap for mysql server        Hello   <content>    <para>This is my first Cocoon page filled with sql data!       select id,name from dep</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24348.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Aur%C3%A9lien+DEHAY%22&o=newest">Aurélien DEHAY</a></span> </div> <blockquote><span class="msgFragment"> Hello Markus Vaterlaus wrote: Hello Alex, hi list, I had a similar problem. I had an application which contains a lot of xml files which are published in different channels like xml, html and pdf. I solved the problem by using a bit of UNIX scripting and wget. In cocoon I defined a couple of pages </span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24347.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Markus+Vaterlaus%22&o=newest">Markus Vaterlaus</a></span> </div> <blockquote><span class="msgFragment"> Hello Alex, hi list, I had a similar problem. I had an application which contains a lot of xml files which are published in different channels like xml, html and pdf. I solved the problem by using a bit of UNIX scripting and wget. In cocoon I defined a couple of pages which contain links to the us</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24346.html">Re: livesite kyverneio.gr</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22livesite+kyverneio.gr%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22gounis%22&o=newest">gounis</a></span> </div> <blockquote><span class="msgFragment"> thnx for your replies this is the first using cocoon 2.1.6 (until know we use 2.0) and we have notice some problems i'll report all problems later --stavros On Thu, 24 Feb 2005, Andrea Vagliengo wrote: > Hi, > I use Mozilla 1.7.5 and cannot see anything but: > --</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24345.html">Re: livesite kyverneio.gr</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22livesite+kyverneio.gr%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Andrea+Vagliengo%22&o=newest">Andrea Vagliengo</a></span> </div> <blockquote><span class="msgFragment"> Hi, I use Mozilla 1.7.5 and cannot see anything but: --- This XML file does not appear to have any style information associated with it. The document tree is shown below. --- Andrea </span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24344.html">AW: livesite kyverneio.gr</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22AW%5C%3A+livesite+kyverneio.gr%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Jos%C3%A9+Ferreiro+%5C-+TSSAG%22&o=newest">José Ferreiro - TSSAG</a></span> </div> <blockquote><span class="msgFragment"> FYI: I am using the following link: http://www.kyverneio.gr/Index.xhtml?locale=en under Firefox 1.0 and cannot access your web site. I send you what I may read in the screen. --- This XML file does not appear to have any style information associated with it.</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24343.html">livesite kyverneio.gr</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22livesite+kyverneio.gr%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22gounis%22&o=newest">gounis</a></span> </div> <blockquote><span class="msgFragment"> hi all after a long time we have another one cocoon based static web site live http://www.kyverneio.gr - cafe bar KYVERNEIO the box p4 2.4MHz 1G RAM redhat linux tomcat 4.1.30 cocoon 2.1.6 regards -stavros - To unsubscr</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24342.html">AW: [help] database connection</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22AW%5C%3A+%5C%5Bhelp%5C%5D+database+connection%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Jos%C3%A9+Ferreiro+%5C-+TSSAG%22&o=newest">José Ferreiro - TSSAG</a></span> </div> <blockquote><span class="msgFragment"> Hi Rajesh, At first sight I may say that when you are connecting to a database the fields and have to be defined (mandatory) in your cocoon.xconf they are commented. Moreover driver for Access database has to specified. Did you install them? (Please notice: I never worked with Access!) Tho</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24341.html">Re: [help] database connection</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22%5C%5Bhelp%5C%5D+database+connection%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Chris.+Grobmeier%22&o=newest">Chris. Grobmeier</a></span> </div> <blockquote><span class="msgFragment"> load-class postgresql.Driver oracle.jdbc.driver.OracleDriver sun.jdbc.odbc.JdbcOdbcDriver I guess you cannot have 3 Classes in one Create 3 init-param Blocks: load-class myDriver The other problem looks like a names</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24340.html">[help] database connection</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22%5C%5Bhelp%5C%5D+database+connection%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Rajesh.Arra%22&o=newest">Rajesh.Arra</a></span> </div> <blockquote><span class="msgFragment"> Hi, I am trying to connect to Access database with following commands   Web.xml   <init-param>     load-class     <param-value>     postgresql.Driver       oracle.jdbc.driver.OracleDriver       sun.jdbc.odbc.JdbcOdbcDriver             c</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24339.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Alex+Kachanov%22&o=newest">Alex Kachanov</a></span> </div> <blockquote><span class="msgFragment"> Hi! Are you sure this should be a transformer, not a serializer? Since in the XML-FO-PDF pipeline pdf file is created at fo2pdf serializer stage what would a Sourcewrite Transformer write to the disk? an FO file? But I need a PDF file which is the result of FoToPdf conversion done by fo2pdf se</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24338.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Upayavira%22&o=newest">Upayavira</a></span> </div> <blockquote><span class="msgFragment"> Geert Josten wrote: Hi, I would suggest using a source writing transformer. Unfortunatily does the SourceWritingTransformer not support writing of non-xml stream. Doesn't it? It allows you to specify the serializer. I've never used it, but I've seen the code there. By default it uses the XML ser</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24337.html">[JOBS] Java Developers in Moscow, Russia</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22%5C%5BJOBS%5C%5D+Java+Developers+in+Moscow%2C+Russia%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Konstantin+Piroumian%22&o=newest">Konstantin Piroumian</a></span> </div> <blockquote><span class="msgFragment"> Hi all! Haven't been here for ages! Glad to see that Cocoon development still goes on. Hopefully, I'll be back some day. Our company - OILspace Inc.* - has several open Java Developer/Team Leader positions in Moscow, Russia. I am posting this to Cocoon mailing and for a wider audience at Apache </span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24336.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Geert+Josten%22&o=newest">Geert Josten</a></span> </div> <blockquote><span class="msgFragment"> How and where? I could just send the piece of code, but there must be a better way I guess.. Cheers Alex Kachanov wrote: could you please share this piece of code with community? - with best wishes Alex Kachanov - Original Message - From: "Geert Josten"</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24335.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Alex+Kachanov%22&o=newest">Alex Kachanov</a></span> </div> <blockquote><span class="msgFragment"> could you please share this piece of code with community? - with best wishes Alex Kachanov - Original Message - From: "Geert Josten" <[EMAIL PROTECTED]> To: Sent: Thursday, February 24, 2005 6:05 PM Subject: Re: writing PDF file to filesystem > Hi, ></span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24334.html">Re: writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Geert+Josten%22&o=newest">Geert Josten</a></span> </div> <blockquote><span class="msgFragment"> Hi, I would suggest using a source writing transformer. Unfortunatily does the SourceWritingTransformer not support writing of non-xml stream. It shouldn't be hard to patch it to make it work. I wrote a SaveFilesTransformer myself that does the trick. Cheers Alex Kachanov wrote: Hi! I'm using Co</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24333.html">Re: Flowscriptproblem - Syntax Error</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22Flowscriptproblem+%5C-+Syntax+Error%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Frank+Taffelt%22&o=newest">Frank Taffelt</a></span> </div> <blockquote><span class="msgFragment"> AFAIK the function name "import" ist used by javascript engine itself. try to rename your function. hth Frank - Original Message - From: Claus Straube To: users@cocoon.apache.org Sent: Wednesday, February 23, 2005 7:24 PM Subject: Flowscriptproblem - Syntax Error Hello, I always get th</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24332.html">Re: Is it a bug in the cron block?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22Is+it+a+bug+in+the+cron+block%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Leszek+Gawron%22&o=newest">Leszek Gawron</a></span> </div> <blockquote><span class="msgFragment"> Frank Rennekamp wrote: Hi, I tried to use the cron block and found some difficulties. Before I forget it, I'm working with cocoon 2.1.6, java SDK 1.4.2, tomcat 5.0.28 and linux (debian). Activating the cron block with standard values in the cocoon.xconf worked fine. But I wanted to save the cron j</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24331.html">writing PDF file to filesystem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22writing+PDF+file+to+filesystem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Alex+Kachanov%22&o=newest">Alex Kachanov</a></span> </div> <blockquote><span class="msgFragment"> Hi! I'm using Cocoon to convert docbook xml files to html and pdf HTML files are created chunked and are put into a directory so they would be avalable to the web-site isitors without any further on-the-fly conversion by Cocoon I managed to run "cocoon cron" component which makes html convers</span> </blockquote><br> <h3><span class=subject><a href="/users@cocoon.apache.org/msg24330.html">Is it a bug in the cron block?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40cocoon.apache.org&q=date:20050224&o=newest">2005-02-24</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40cocoon.apache.org&q=subject:%22Is+it+a+bug+in+the+cron+block%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40cocoon.apache.org&q=from:%22Frank+Rennekamp%22&o=newest">Frank Rennekamp</a></span> </div> <blockquote><span class="msgFragment"> Hi, I tried to use the cron block and found some difficulties. Before I forget it, I'm working with cocoon 2.1.6, java SDK 1.4.2, tomcat 5.0.28 and linux (debian). Activating the cron block with standard values in the cocoon.xconf worked fine. But I wanted to save the cron jobs in a database, so</span> </blockquote><br> <h2></h2> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <h2>50 matches</h2> <br> <ul><li><a href="/search?l=users%40cocoon.apache.org&q=date%3A20050224&a=1&o=newest">Advanced search</a></li></ul> <form class="overflow" action="/search" method="get"> <input type="hidden" name="l" value="users@cocoon.apache.org"> <label class="hidden" for="q">Search the list</label> <input class="submittext" type="text" id="q" name="q" placeholder="Search users" value="date:20050224"> <input class="submitbutton" id="submit" type="image" src="/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <h2 class="hidden"> Site Navigation </h2> <ul class="icons font16"> <li class="icons-home"><a href="/">The Mail Archive home</a></li> <li class="icons-list"> <a href="/users@cocoon.apache.org" title="c" id="c">users - all messages</a></li> <li class="icons-about"> <a href="/users@cocoon.apache.org/info.html">users - about the list</a></li> <li class="icons-expand"><a href="/search?l=users%40cocoon.apache.org&q=date%3A20050224&o=newest&f=1" title="e" id="e">Expand</a></li> </ul> </div> <div class="listlogo margintopdouble"> <h2 class="hidden"> Mail list logo </h2> </div> </div> <div class="footer" role="contentinfo"> <h2 class="hidden"> Footer information </h2> <ul> <li><a href="/">The Mail Archive home</a></li> <li><a href="/faq.html#newlist">Add your mailing list</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html#support">Support</a></li> <li><a href="/faq.html#privacy">Privacy</a></li> </ul> </div> <script language="javascript" type="text/javascript"> document.onkeydown = NavigateThrough; function NavigateThrough (event) { if (!document.getElementById) return; if (window.event) event = window.event; if (event.target.tagName == 'INPUT') return; if (event.ctrlKey || event.metaKey) return; var link = null; switch (event.keyCode ? event.keyCode : event.which ? event.which : null) { case 69: link = document.getElementById ('e'); break; } if (link && link.href) document.location = link.href; } </script> </body> </html>