map:call continuation error in cocoon-2.1.7..

2006-02-20 Thread vijayaraghavan.subramaniam
Title: Message Hi, I'm getting following error in cocoon-2.1.7. map:call continuation did not send a response, at file:/../../customer.xmap:329:37 map:match pattern="*.continue" map:call continuation="{1}"/ /map:matchsame codeworking fine with cocoon-2.1.5 Any help would be

conversion error in cocoon-2.1.7 V3 API

2006-02-20 Thread vijayaraghavan.subramaniam
Title: Message Hi, I'm getting following exception in cocoon-2.1.7 . Cannot convert [EMAIL PROTECTED] to org.apache.cocoon.forms.formmodel.Widget i'm using V3 APIin cocoon-2.1.7 [cocoon.load("resource://org/apache/cocoon/forms/flow/_javascript_/v3/Form.js")] it's working fine with

CForms: Redirecting when in AJAX

2006-02-20 Thread Stewart, Gary
Hello, I've been using the CForms AJAX stuff for a short while and I've found it very useful. However I currently run the AJAX forms in an authenticated pipeline. If the session has timed out the pipeline will redirect to the login page. However if a form is open and the session is invalid it

Re: conversion error in cocoon-2.1.7 V3 API

2006-02-20 Thread Ralph Goers
I can't tell you what the problem is, however the v2 and v3 apis have been removed in preparation for release 2.1.9 at which time CForms will be marked stable. [EMAIL PROTECTED] wrote: Hi, I'm getting following exception in cocoon-2.1.7 . Cannot convert [EMAIL PROTECTED]

Problem with upload widget

2006-02-20 Thread Andrew Le Quesne
Title: Problem with upload widget Hello, I have been having problems getting the upload widget to upload files larger than a certain size in cocoon 2.1.8. e.g. a file of circa 100kb was ok but not one of 998kb. Is there a max file size? Sometimes having issues with pdf/zip files although

CForms: HTMLArea Documentation

2006-02-20 Thread Stewart, Gary
Hi there, Does anyone know where to get the documentation for the HTML Area? I'm trying to add some of the toolbar menus to the config but my guesses have been wrong. The htmlarea example states it can be found at http://www.htmlarea.com/htmlarea_2/documentation.html but that site doesn't

Re: map:call continuation error in cocoon-2.1.7..

2006-02-20 Thread Simone Gianni
Hi Vijay, this usually happens when the script exits the function without calling a sendPage or a redirectTo. In this case cocoon does not know what to send to the user. Hope this helps, Simone -- Simone Gianni - To

Re: Problem with upload widget

2006-02-20 Thread Simone Gianni
Hi Andrew, yes, there is a max file size, and you can change it with the upload-max-size parameter in the web.xml file. By default it is commented out in the web.xml, and defaults to 10 megabytes, so i think this is the problem you have while uploading file near 10 megs. If you need larger

Re: [ANN] VTD-XML Version 1.5 Released

2006-02-20 Thread Lars Huttar
Jimmy Zhang wrote: Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers. So is it the end of road for XML parsing innovation? The VTD-XML project team think not. We are proud to announce the availability of

Re: CForms: HTMLArea Documentation

2006-02-20 Thread Andre Juffer
Stewart, Gary wrote: Hi there, Does anyone know where to get the documentation for the HTML Area? I'm trying to add some of the toolbar menus to the config but my guesses have been wrong. The htmlarea example states it can be found at http://www.htmlarea.com/htmlarea_2/documentation.html but

Stylesheet to match rowset

2006-02-20 Thread Martin Brüggebors
I'm new to cocoon (and XSL-transformatons), so please excuse my beginner's question: I have a rowset from a sql-query: ?xml version=1.0 encoding=ISO-8859-1? page xmlns:sql=http://apache.org/cocoon/SQL/2.0; rowset xmlns=http://apache.org/cocoon/SQL/2.0; row

Re: Stylesheet to match rowset

2006-02-20 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 20 Feb 2006, Martin Brüggebors wrote: Date: Mon, 20 Feb 2006 23:35:39 +0100 From: Martin [iso-8859-15] Brüggebors [EMAIL PROTECTED] Reply-To: users@cocoon.apache.org To: users@cocoon.apache.org Subject: Stylesheet to match rowset I'm new

cinclude usage/alternatives

2006-02-20 Thread Bruyn Bill
For various reasons, I need to retrieve some markup from a remote resource, and insert my jx result inline. e.g., I have some remote file called wrapper.xhtml that looks like ?xml version="1.0" encoding="UTF-8"?!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

RE: map:call continuation error in cocoon-2.1.7..

2006-02-20 Thread vijayaraghavan.subramaniam
Thanks Simone. -Original Message- From: Simone Gianni [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 10:28 PM To: users@cocoon.apache.org Subject: Re: map:call continuation error in cocoon-2.1.7.. Hi Vijay, this usually happens when the script exits the function without

Re: CForms: HTMLArea Documentation

2006-02-20 Thread Derek Hohls
Is this something that needs to be taken up on the dev list? I am sure that htmlArea was the best choice at the time that the CForms package was first put together, but some technology just does not last [unlike Cocoon, of course!] and continued reliance on (or seeming support for) a module that

Re: cinclude usage/alternatives

2006-02-20 Thread Derek Hohls
Bill Just 2c worth of thought from the side. I am not sure I understand your problem as a whole... but can you not have a pipeline with an aggregation step in it; one part of the aggregate is the static file below, and the other is a pointer to the pipeline that generates the dynamic data.