You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Thorsten Mauch <ma...@imkenberg.de> on 2004/10/03 12:19:25 UTC

JXTemplateTransformer and Arguments to Function calls

Hi 
I pass some arguments to the js template calls, like:

   cocoon.sendPage("activitycategory.jxview",
{"categorys":categorys,"datamodel":datamodel});

and later in the jx page i try to evaluate it in a loop with the follwoing
expresseon:

<td>${somecat.getSomeValue(datamodel)}</td>

for me it always returns nothing. Is this call illegal or what should i do ?

Thanx 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org