RE: Link: Project:PDF Report with Pie chart

2005-01-10 Thread moinuddin.ahmed
Title: Message Hi, U can call me at 30291224. We have done quite a lot on Cocoon. Cheers, Moin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, January 08, 2005 10:57 AMTo: users@cocoon.apache.orgSubject: Link: Project:PDF Report with Pie chart I didn't find any sample

Re: xml and xsl

2005-01-10 Thread gounis
i dont understand exaclty what you meen but you can to transform each xml separately and then aggregate the results map:match pattern=a.xml map:generate src=a.xml/ map:transform src=single.xml/ map:serialize type=xml/ similar match pattern for b.xml, c.xml then map:match patters=result

RE: Business-Process-Management with Cocoon?

2005-01-10 Thread Jonas . Kilian
Return Receipt Your RE: Business-Process-Management with Cocoon? document :

JMSMessageListener

2005-01-10 Thread Jonas . Kilian
Return Receipt Your JMSMessageListener document :

repeater widget and binding

2005-01-10 Thread Murray Cassie
Hi all, does anyone have an example and could send it for the binding xml for form fields created by a repeater widget? Second question: if we use the repeater widget in the definition file, can we specify different labels for the repeated widgets? If available I would be thankful for an example

Re: repeater widget and binding

2005-01-10 Thread Jan Hoskens
Have you looked at the samples that ship with cocoon? There are a number of examples which use a repeater. Look for the Forms folder under your webapp: \samples\blocks\forms\ and browse the dirs there. If the samples are not clear, try to ask more specific questions and include your own

Re: Chicoon XForms online demo

2005-01-10 Thread Paul Joseph
Thank you for your reply Jeorn. I really like xForms...I hear your point about the client being an issue for a non-server side solution. Is just the though of all that untapped client processing power sitting almost unused that keeps me thinking. I proposed a client side xForms soluton to a

Re: Chicoon XForms online demo

2005-01-10 Thread Paul Joseph
Thank you for your reply Jeorn. I really like xForms...I hear your point about the client being an issue for a non-server side solution. Is just the though of all that untapped client processing power sitting almost unused that keeps me thinking. I proposed a client side xForms soluton to a

Re: repeater widget and binding

2005-01-10 Thread gounis
a simple example based on cocoon's form examples is here http://tools.osmosis.gr/pubftp/cocoon/cisco.tar.gz unpack this in cocoons samples or samples/block and ask http://localhost:8080/cocoon/samples/cisco/ regards --stavros On Mon, 10 Jan 2005, Jan Hoskens wrote: Have you looked at the

RE: Link: Project:PDF Report with Pie chart

2005-01-10 Thread Hank Heidt
You can also use the Cocoon Fins charting block to generate your pie charts in SVG (as well as a variety of other charts). The Fins homepage contains information (with samples) on how to use Fins. See, http://www.sidimar.ipzs.it/fins010/index.html Regards, Hank Heidt -Original

Re: Context scope available in cocoon?

2005-01-10 Thread Stephan Coboos
Hi Stephan, I'm using an Avalon component to set some config parameters in the context. My component implements Contextualizable and Configurable. I have a method like: public void contextualize(Context con) throws ContextException { DefaultContext defCon = (DefaultContext)con;

My first pipeline

2005-01-10 Thread Mark Donnelly
Soon to be brought out by Fisher Price ;) Im running cocoon 2.1.6 through WebSphere 5.1.2. Ive created a new project and server and imported the cocoon.war file into it. In the WebContent folder Ive created a new folder called 'df'. Ive then copied the sample sitemap.xmap into the df folder with

Re: jCaptcha Cocoon

2005-01-10 Thread Philippe Guillard
Jonothan Stribling wrote: Hello, I'm wondering if anyone has integrated jCaptcha (http://jcaptcha.sourceforge.net/) into Cocoon, and have some tips. Alternatively are there any Cocoon Captcha's? Cheers Jonothan - To unsubscribe,

Re: My first pipeline

2005-01-10 Thread Carlos Chávez
Mark Donnelly Escribio :-) Soon to be brought out by Fisher Price ;) Im running cocoon 2.1.6 through WebSphere 5.1.2. Ive created a new project and server and imported the cocoon.war file into it. In the WebContent folder Ive created a new folder called 'df'. Ive then copied the sample

RE: My first pipeline

2005-01-10 Thread Mark Donnelly
Thanks Carlos but that still doesnt work. I defined an aditional 'match' block with pattern=df but the same error came up: No pipeline matched request: df -Original Message- From: Carlos Chávez [mailto:[EMAIL PROTECTED] Sent: 10 January 2005 16:48 To: users@cocoon.apache.org Subject:

RE: My first pipeline

2005-01-10 Thread Carlos Chávez
Mark Donnelly Escribio :-) Thanks Carlos but that still doesnt work. I defined an aditional 'match' block with pattern=df but the same error came up: No pipeline matched request: df -Original Message- From: Carlos Chávez [mailto:[EMAIL PROTECTED] Sent: 10 January 2005 16:48 To:

Deleting multiple repeater rows

2005-01-10 Thread Claudius Spellmann
Hi, I've got a problem when deleting multiple repeater rows. Cocoon only seems to be deleting one row at the time. When I delete a couple of rows it first seems that cocoon is deleting the repeater rows correctly but when reloading the form only one item was deleted. My binding file looks like

Reduce image size in databasereader?

2005-01-10 Thread Philippe Guillard
Hi all, I discovered imagereader is able to reduce the image size in terms of kb for light image display with paramters width and height. I'd like to do the same with the databasereader. I'd like to know if somebody did it and if that makes sense. Regards, Phil

RE: My first pipeline

2005-01-10 Thread Mark Donnelly
My df folder is inside a project called cocoon3. This is where I imported the cocoon.war file to. Looking at the project tree within WebSphere I see that the df folder lies within the WebContent folder of the cocoon3 project. -Original Message- From: Carlos Chávez [mailto:[EMAIL

Re: Reduce image size in databasereader?

2005-01-10 Thread Grzegorz Tañczyk
Hello Philippe, I can send You source of my custom reader(database and image readers connection). It takes three parameters: width, height and quality. It is not very professional, so I think that I shouldn't add it to any repository :)) Monday, January 10, 2005, 6:20:54 PM, you wrote:

Re: Reduce image size in databasereader?

2005-01-10 Thread Philippe Guillard
Grzegorz Tañczyk wrote: Hello Philippe, I can send You source of my custom reader(database and image readers connection). It takes three parameters: width, height and quality. It is not very professional, so I think that I shouldn't add it to any repository :)) Monday, January 10, 2005,

Re: Error attempting to install cocoon - Scheduler with name Cocoon already exists

2005-01-10 Thread Stefan Burkard
hi philip if you don't need the cron- and the scratchpad-block you can exclude them from the build. well, if you're just starting with cocoon i think you don't need them :-) you can do this by copying blocks.properties to local.blocks.properties, open the latter and uncomment the two lines

Re: Scheduler with name 'Cocoon' already exists.

2005-01-10 Thread Stefan Burkard
hi lars i had the same problem - seems to be a problem in the cron-block of the actual version. if you don't need the cron- and the scratchpad-block you can exclude them from the build. you can do this by copying blocks.properties to local.blocks.properties, open the latter and uncomment the

Re: org.quartz.SchedulerException

2005-01-10 Thread Stefan Burkard
hi dani your thread is the third i find with the same problem - therefore my answer follows the third time :-) i had the same problem - seems to be a problem in the cron-block of the actual version. if you don't need the cron- and the scratchpad-block you can exclude them from the build. you

Re: different flavours of the same form with cforms

2005-01-10 Thread Vilya Harvey
Stefan Burkard wrote: i'd like to create different flavours of a contact-form with cocoon forms. all flavours have some fields in common (name, e-mail, ...) but most of the flavours have also specialised fields. for example the form to submit new links has a field to type a link. so, is it

Re: My first pipeline

2005-01-10 Thread Stefan Burkard
hi mark have you ever tried to avoid white-spaces in the document path? i had problems with several java-applications if there are white-spaces in the path if this doesn't work try to do something like this in the original-sitemap in the root-folder: map:match pattern=anythingThatsUnique

php in XSL

2005-01-10 Thread Adriano Smith
is it possible to include php in xsl ? like...

date in XSL

2005-01-10 Thread Adriano Smith
Is it possible to display the current date and time using XSL ?

Re: date in XSL

2005-01-10 Thread Marc Salvetti
What you can do is use a simple xsp : !--sitemap.xmap-- map:match pattern=dateToday map:generate type=serverpages src=logicsheets/dateToday.xsp/ map:serialize type=xml/ /map:match !--dateToday.xsp-- ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp; xsp:logic

RE: date in XSL

2005-01-10 Thread Mark Lundquist
Hi Adriano, Adriano Smith a écrit : Is it possible to display the current date and time using XSL ? I would stay away from XSP :-) Just use the DateInputModule in the sitemap: transform src=x.xslt parameter name=now value={Date:date} / /transform In the XSTL:

RE: php in XSL

2005-01-10 Thread Mark Lundquist
-Original Message-From: Adriano Smith [mailto:[EMAIL PROTECTED]Sent: Monday, January 10, 2005 9:03 PMTo: users@cocoon.apache.orgSubject: php in XSLis it possible to include php in xsl ? like...

RE: date in XSL

2005-01-10 Thread Adriano Smith
i used the date input module in the sitemap, but i get thiserror. org.apache.avalon.framework.component.ComponentException:input-modules: ComponentSelector could not find the component for hint[Date] (key [Date])

RE: CForms Tutorial

2005-01-10 Thread David Leangen
Hi, Karsten, Thanks for this. xsl:param name=resources-uriresources/xsl:param xsl:template match=head mode=forms-field script src={$resources-uri}/forms-lib.js type=text/javascript/ link rel=stylesheet type=text/css href=main.css/ /xsl:template Actually, I did the code

Re: Reduce image size in databasereader?

2005-01-10 Thread george georgovassilis
You can achieve the same result by chaining the already existing imagereader with the databasereader, thus having the databasereader read the image and the imagereader scale it. I use the following (beware that in 2.1.5 this leaks database connections, fixed in 2.1.6): map:match