Hi,

If you can access it in a sitemap, you could try this to access it in the flow :

In the sitemap :

<map:call function="myFonction">
        <map:parameter name="someName" value="${my-variable}">
</map:call>

Then in the flow :

var myVariable = cocoon.parameters.someName;

Regards.

André


Le 10/06/2008 07:51, > Carlos Martínez (par Internet, dépôt [EMAIL PROTECTED]) a écrit :
Hello,

I have created a properties file with some interesting variables in the folder "WEB-INF/properties". I access this variables in the sitemap easy using this notation "${my-variable}". But the problem is how to access the same varible in the flowscript code.

Thanks.

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




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

Reply via email to