Hi Rachid,

try ${cocoon.parameters.sError}. That should do the trick.

Regards,

Jeroen Reijn

rachid harradi wrote:
Hello together,

i wish to pass a parameter like sError to jxt.
her is me Match :
 <map:match pattern="error.txt">
                 <map:generate type="jx" 
src="context:/resources/templates/error.jxt">
                 <map:parameter name="sError" value="{flow-attribute:sError}" />
                 </map:generate>
                 <map:serialize type="html"/>
           </map:match>

 but i dont know how i ask the value of this parameter:

<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns:jxt="http://apache.org/cocoon/jxtemplate/1.0";>

<body>
leider konnte das Document $sError????
    nicht erstellt werden .
</body>

</html>
thanks for answer

Rachid Harradi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to