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

CForms: Not able to change general.field-required message

2004-11-25 Thread moinuddin.ahmed
Hi, We are trying to change the alert message for ‘required’ fields from general.field-required to a meaningful message in Cocoon forms.We followed the woody samples to achieve this, the attempt was unsuccessful. We added the following line in the xml file that would be read by the i18n

CForms: Not able to change general.field-required message

2004-11-24 Thread moinuddin.ahmed
Hi, We are trying to change the alert message for ‘required’ fields from general.field-required to a meaningful message in Cocoon forms.We followed the woody samples to achieve this, the attempt was unsuccessful. We added the following line in the xml file that would be read by the i18n

Changing the cocoon default date format

2004-10-13 Thread moinuddin.ahmed
Title: Message Hi , How can we change the cocoon default date format. cocoonis accepts MM/dd/YY. When we change the format as -mm-DD. Cocoon doesn't allows us toenterdate in this format. We have thetried the following: fd:field id="Date" fd:labeli18n:text Date:

RE: Catching java exception in flowscript?

2004-07-22 Thread moinuddin.ahmed
try{ // }catch(exception){ } -Original Message- From: kranga [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 6:36 PM To: [EMAIL PROTECTED] Subject: Catching java exception in flowscript? Is it possible to catch java exceptions in flow scripts? If yes, can someone send me a

CForm - Disabling buttons from flow scripts

2004-06-29 Thread moinuddin.ahmed
Title: Message Hi, I have a requirement where I need to disable buttons in cocoon formbased on some user access rights. I am using Cocoon form and I am checking the access permissions in the flow script. I tried searchinghow to do this, but could not get much of information. Can this be

Cocoon binding for multivaluefield (multi select combo box)

2004-05-29 Thread moinuddin.ahmed
Title: Message Hi , I am trying to read values from a multivaluefield (multi select combo box) from a cocoon form and use cocoon form binding to extract the values. My intent is to create an xml file from the data that has been selected in the form. I have tried all variation of cocoon

RE: Cocoon binding for multivaluefield (multi select combo box)

2004-05-29 Thread moinuddin.ahmed
Thanks Bruno. That did it. Have a nice weekend. Regards, Moin -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: Saturday, May 29, 2004 3:56 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon binding for multivaluefield (multi select combo box) On Sat, 2004-05-29 at 12:10,

RE: Cocoon binding for multivaluefield (multi select combo box)

2004-05-29 Thread moinuddin.ahmed
Hi, Can this be added in the doc http://cocoon.apache.org/2.1/userdocs/forms/binding.html Or a pointer given to http://cocoon.apache.org/2.1/apidocs/ in the documentation. Stating the information for Multi value files can be found in the api docs. I am sure it would help many people like me.

RE: Directory zip error

2004-05-18 Thread moinuddin.ahmed
Hi, Thanks for the reply. I tried giving 'src' and 'name' both values as concat($directoryPath,$dirName). I get the same error. org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: org.apache.excalibur.source.SourceNotFoundException:

Directory zip error

2004-05-17 Thread moinuddin.ahmed
Title: Message Hi, I am trying to zip a directory and all the content of the directory I have a directory structure as follows: C:\Directory | |-- dirA |FileA.text |FileB.text |-- dirB |--FileRootA.txt |--FileRootB.txt I have written an xsl to read this using

Cocoon form - repeater child value - org.apache.avalon.framework.CascadingRuntimeException: getSubmitWidget is not a function.

2004-05-17 Thread moinuddin.ahmed
Title: Message Hi, We are trying to get a repeater child value from a cocoon form. I have pasted the code for your reference. The code works till cocoon.log.info but gives no value for imageId . Can anyone suggest a solution. Thanks in advance. Regards, Moin we have the following

FW: Directory zip error

2004-05-17 Thread moinuddin.ahmed
Title: Message -Original Message-From: Moinuddin Ahmed (WT01 - CORPORATE) Sent: Monday, May 17, 2004 12:22 PMTo: [EMAIL PROTECTED]Subject: Directory zip error Hi, I am trying to zip a directory and all the content of the directory I have a directory structure as follows:

Merging DirectoryGenerator and ZipArchiveSerializer

2004-05-10 Thread moinuddin.ahmed
Hi, I am trying to zip up contents of a directory. I have successfully got the Zip and directory working stand alone. Now I am trying to pass a directory and then zip the contents. I have pasted the contents of sitemap.xmap and .xsl file and the .xml file generated after reading the directory