You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Superbiji <su...@gmail.com> on 2004/08/23 14:17:22 UTC

iterate cforms widgets in JX

Hi,

Is is possible to iterate cforms widgets in  JX?

flow.js:
f=loadform
showform
var b=f.getmodel
sendpage("somepage.jx", b)

somepage.jx:
for-each $bizdata

or

flow.js:
f=loadform
showform
var b=f.getmodel
b=b.getchildren  <- error?
sendpage("somepage.jx", b)

somepage.jx:
for-each $bizdata

-
both don't work,
did i miss something ?


Thanks

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