You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-fr@cocoon.apache.org by Be...@sanofi-aventis.com on 2006/05/11 12:18:41 UTC

problème interprétation variable via jx:set

Bonjour,

Je voudrais ouvrir un lien html via un bouton en utilisant une variable, mais celle-ci n'est pas interprétée:

<jx:set value="${form.lookupWidget('urlpathway').getValue()}" var="link"/>
<button onclick="window.open('http://bidule:8888/pathway/${link}.htm')">Check</button>

Erreur Cocoon:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: pathway/[Lorg.w3c.dom.Node

(Ce code se trouce dans la template de mon formulaire.)

Merci de votre aide.

Bérengère

---------------------------------------------------------------------
Liste francophone Apache Cocoon -- http://cocoon.apache.org/fr/
Pour vous desinscrire : mailto:users-fr-unsubscribe@cocoon.apache.org
Autres commandes : mailto:users-fr-help@cocoon.apache.org


Re: problème interprétation variable via jx:set

Posted by Philippe Gassmann <ph...@anyware-tech.com>.
Bonjour,

Berengere.Genin@sanofi-aventis.com wrote:
> Erreur Cocoon:
> org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: pathway/[Lorg.w3c.dom.Node
>
>
>   
Comment initialise tu la valeur du widget urlpathway ?


-- 
Philippe GASSMANN
Solutions & Technologies
ANYWARE TECHNOLOGIES
Tel : +33 (0)5 61 00 52 90
Fax : +33 (0)5 61 00 51 46
http://www.anyware-tech.com/


---------------------------------------------------------------------
Liste francophone Apache Cocoon -- http://cocoon.apache.org/fr/
Pour vous desinscrire : mailto:users-fr-unsubscribe@cocoon.apache.org
Autres commandes : mailto:users-fr-help@cocoon.apache.org