Gunter D'Hondt wrote:

var bindpipe = "cocoon://" + myfile + ".bind";


it should be "cocoon:/" (with one slash)

Gunter


You can use cocoon:// or cocoon:/
If You use cocoon:// you have to specify the path of your page from webapp dir, with cocoon:/ the path is from the directory that contain the sitemap.


With cocoon protocol you have to use the session for passing parameter, ie:

in the flowscript

cocoon.session.setAttribute("locale", locale);

in the def file

<jx:if test="${session.getAttribute('locale').methodoflocaleobject == somevalue}">
</jx:if>


I hope this can help you.

Bye Gioni

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



Reply via email to