Comment récuperer la valeur d'un pipeline? (xsp)

2006-04-28 Thread KSM
Bonjour, Je voudrais savoir comment prendre la valeur d'un pipeline dans une feuille xsp. Quel est le code source en java? Voici un exemple --- map:pipelines map:pipeline map:match pattern=extraire_url map:generate src=source.xml/ map:transform

Re: Comment récuperer la valeur d'un pipeline? (xsp)

2006-04-28 Thread philguillard
Je suis pas sur d'avoir totalement compris mais je suis presque sur que ceci te donnera des idees: http://cocoon.apache.org/2.1/userdocs/logicsheets/request.html Sans doute xsp-request:get-sitemap-uri Phil KSM wrote: Bonjour, Je voudrais savoir comment prendre la valeur d'un pipeline dans

Re: Cocoon forms output troubleshooting

2006-04-28 Thread Jeroen Reijn
How did you create your textarea in the page? I guess it's the textarea to blame. Could you post the snip of HTML that's in your code? Reijn blt mc wrote: We've tried all six possible combinations using either html or xhtml serializer on an underlying xml, html, or xml file. Thanks anyway.

Re: Sitemap brace escaping

2006-04-28 Thread David Perez
Jason Johnston schrieb: Hi, I have a little problem. I want to set a parameter in the sitemap whose value contains braces: map:parameter name=myparameter value={inside brackets}/ How can I escape these braces withouth being interpreted as a variable reference? I have looked at the wiki

Re: Sitemap brace escaping

2006-04-28 Thread David Perez
Jason Johnston schrieb: Hi, I have a little problem. I want to set a parameter in the sitemap whose value contains braces: map:parameter name=myparameter value={inside brackets}/ How can I escape these braces withouth being interpreted as a variable reference? I have looked at the wiki

Error handling without breaking execution

2006-04-28 Thread Kamal Bhatt
Hi I am trying to get data from multiple sources (databases and/or webpages). I am going to use cincludes to get the data from these different sources. At any one time, any one of these sources could be not available. Even though I would like to know when a source is unavailable, I would

How to retain spaces between data

2006-04-28 Thread viji.subramaniam
hi, i am encountering a problem in output widgets. i have 1 output widget in repeater widget. The text entered in another textbox should apper in that output widget. if in the text box if i enter for eg,a b the text in the output widget is a b but i want whatever i enter in the text box

Re: How to retain spaces between data

2006-04-28 Thread Philippe Gassmann
What you describe is a pure HTML issue : in html, whitepaces and new lines are not taken into account unless you specify it explicitely (with a pre tag). [EMAIL PROTECTED] wrote: hi, i am encountering a problem in output widgets. i have 1 output widget in repeater widget. The text entered in

RE: How to retain spaces between data

2006-04-28 Thread viji.subramaniam
Hi Ya its true but I am taking input from user into 1 textbox and then I have to set it in output widget Actually what I am doing is when user enter the value in the textbox and submits. The control comes to js file where I read the value from the textbox and set it to output widget and show

How to retain spaces in output widget

2006-04-28 Thread viji.subramaniam
Hi, I am facing 1 problem in cocoons... I have 1 form which contain the following structure Repeater -- output widget textbox Whatever value user enters in the textbox it should be assisgned to output widget in the repeater. So the problem is 1) When user enters "a b" in the textbox

Re: Cocoon forms output troubleshooting

2006-04-28 Thread Fabrizio Sitzia
Hello, I don't know if this helps, but I had a similar problem (empty textarea containing garbled html markup after a submit) - when using Ajax-enabled forms in Cocoon 2.1.8. The problem only appeared when using Internet Explorer as web-browser (Firefox and Safari for instance are unaffected!)

Re: How to retain spaces between data

2006-04-28 Thread Philippe Gassmann
[EMAIL PROTECTED] wrote: Hi Ya its true but I am taking input from user into 1 textbox and then I have to set it in output widget Actually what I am doing is when user enter the value in the textbox and submits. The control comes to js file where I read the value from the textbox and set

CForms - Binding to one of Multiple Records

2006-04-28 Thread Peter Sparkes
Hi I have an xml file containing multiple records of identical structure - I want to use CForms to allow uses to update individual records, selected by its ID. Please, is it possible to bind a CForm to one of many records in the file and if so how? Am using cocoon 2.1.9 Peter Sparkes

Cocoon Portal and pipeline match problems

2006-04-28 Thread Angelo Immediata
Hi all. I have this problem: i must use a general match in every my coplet; in portal sitemap i have added this match: map:match pattern=errori map:generate type=jx src=coplets/flow/common/documents/er.jx/ map:transform type=xslt src=resources/page-Styling.xsl/ map:serialize type=html/

Re:Cocoon Portal and pipeline match problems

2006-04-28 Thread Angelo Immediata
Hi again... i have forgotten that i'm using cocoon 2.1.7 and JVM 1.4.2_10. Thanks again. -- Initial Header --- From : Angelo Immediata [EMAIL PROTECTED] To : Help Cocoon users@cocoon.apache.org Cc : Date : Fri, 28 Apr 2006 16:49:53 +0200 Subject :

EHCache configuration?

2006-04-28 Thread Adam Constabaris
As things stand (stood?) with Cocoon 2.1.8, the default EHCache implementation doesn't seem to offer much in the way of configurability; you can't specify your own ehcache configuration file via configuration, and there's not much you can do in cocoon.xconf either. If I read the Cocoon