getting unique row-id in repeater widget

2006-01-17 Thread vijayaraghavan.subramaniam
Title: Message Hi,     I'm using repeater widget, which is having the output widget,   on click of the output widget,  I need to open a popup ..    I need to pass unique repeater row-id to the popup (to the link )?..     Any one have an idea on this?  My Definition file entry (xml file

Problem with XSLT + CForms in cocoon-2.1.8

2006-02-16 Thread vijayaraghavan.subramaniam
Title: Message Hi,   To create my CForms template dynamic, i use a XSLT to generate the template file. with cocoon-2.1.8, i'm getting following exception using below construct:      cause: java.lang.NullPointerException org.apache.cocoon.ProcessingException: Failed to process pipeline [

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.     did not send a response, at file:/../../customer.xmap:329:37         same code working fine with cocoon-2.1.5 Any help would be appreciated.  Thanks, Vijay.  The information

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 API in cocoon-2.1.7 [cocoon.load("resource://org/apache/cocoon/forms/flow/_javascript_/v3/Form.js")] it's workin

RE: 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: error in cocoon-2.1.7.. Hi Vijay, this usually happens when the script exits the function without calling a sendPage or a re

RE: accessing a flowscript variable in xsl

2006-03-21 Thread vijayaraghavan.subramaniam
Title: Message Hi,   One way of passing arguments to XSL from flowscript   call sitemap uri. from flowscript cocoon.sendPage("uri/arg1/arg2");   Sitemap entry...=                       XSL ===       xmlns:ft="http://apache.org/cocoon/forms/1.0#template"    xmlns:fi

RE: reloading a page in flowscript

2006-03-22 Thread vijayaraghavan.subramaniam
Title: Message     Hi,  try this...  cocoon.request.getRequestURI()       find out more ..  org.apache.cocoon.environment.http.HttpRequest API. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 1:45 PMTo: users@cocoon.ap

Problem with cocoon.getCompoent() in cocoon.2.1.7

2006-04-13 Thread vijayaraghavan.subramaniam
Title: Message Hi all,   I'm getting Timeout exception while parsing document using cocoon.getComponent() in cocoon.2.1.7 Same code working fine with cocoon.2.1.5, Any help would be appreciated.   flowscript code function parseByteArray(ary, uri) {  var source = new Packages

FW: How to find a widget type

2005-09-22 Thread vijayaraghavan.subramaniam
Title: Message Hi,   How do I find if the widget is a repeater or not in flowscript. I have something like foll: -   var wid1 = new Form();   var wid2 = wid.lookupWidget("tag1/tag2");   How do i find if wid2 is a repeater widget?     Thanks in advance.   Regards, Vijay Confidentiality N

Problems with the transition form cocoon 2.1.5 to cocoon 2.1.7

2005-09-22 Thread vijayaraghavan.subramaniam
Title: Message Hi all,   We were using cocoon 2.1.5 previously and all the API related with forms like new Form(..) and showForm did works fine. At present we have moved to cocoon 2.1.7 and we are facing some strange problme wiht the basic form rendering.We are getting the following while u

Cocoon forms query with cocoon 2.1.7

2005-09-23 Thread vijayaraghavan.subramaniam
Title: Message Anyone have idea about how the fun variable & fun function in the fom_system.js working/initialiated? fom_system.js   FOM_Cocoon.prototype.sendPageAndWait = function(uri, bizData, fun, ttl) {    this.sendPage(uri, bizData,  new FOM_WebContinuation(new Cont

No Cocoon Form found Error in 2.1.7

2005-09-26 Thread vijayaraghavan.subramaniam
Title: Message Hi,   We have just started using cocoon 2.1.7, previously we were used cocoon 2.1.5.1    We are getting following error when we call the showForm in the flow script   org.apache.cocoon.ProcessingException: Error executing pipeline.: org.xml.sax.SAXException: No Cocoon Form fou

How to set onChange event handler for widgets defined inside union/group

2005-09-29 Thread vijayaraghavan.subramaniam
Title: Message Hi,   Can any one help me out..   How to define onChange event-handler for the widgets defined inside the union?   What's wrong in the below code?   //flow script code   wid.lookupWidget('description_c').setValue('visible');   wid.lookupWidget('description_u/visible/descriptio

onChange event handler not working in cocoon-2.1.7

2005-09-29 Thread vijayaraghavan.subramaniam
Title: Message Hi,   We are using cocoon-2.1.7   I'm setting widget onChange event handler programmatically in the flowscript, it's not working as intendedSame code working fine with cocoon-2.1.5.1   I have attached my code below.   cocoon.load("resource://org/apache/cocoon/forms/flow/_java

RE: onChange event handler not working in cocoon-2.1.7

2005-09-30 Thread vijayaraghavan.subramaniam
Hi, I'm getting error if we use V3 API in my code? That's why i tried using V2 API, b'cos found something in Cocoon-2.1.7 Samples I'm getting the following error while accessing widget value/setting onChange.. "The undefined value has no properties." wid.number1.value = 1; // error while acces

ValueChange events for the group field widget

2005-10-03 Thread vijayaraghavan.subramaniam
Title: Message Hi,   Can somebody point out how to set ValueChange events for a Field Widget defined inside groups (fd:group)   I have defined ..listener inside definition file, but that's not getting fired..   Thanks in advance,  Vijay   flowscript: -=   cocoon.load("resource://

Junk(HTML) characters displayed in textarea fields

2005-10-17 Thread vijayaraghavan.subramaniam
Title: Message Hi,  We are using cocoon-2.1.7 + jboss-3.2.7 + windows2000 professional.     We are generating a Cocoon form page dynamically using xslt, as per my project requirement.  We are getting junk character(actually part of html gets displayed as contents of text area)displayed in

RE: xslt

2005-12-23 Thread vijayaraghavan.subramaniam
Title: Message     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"    xmlns:xlink="http://www.w3.org/1999/xlink">       -Original Message-From: kavitha ramesh [mailto:[EMAIL PROTECTED] Sent: Friday, December 23, 2005 6:06 PMTo: users@cocoon.apache.o