> > Uh? It's not removed. What do you mean by "doesn't work here"? Any error > message? >
Excuse me for the fuzzyness of the previous message. I'm using Forms.js v3 and cocoon-2.2-dev (not the latest trunk). The error message is "viewData is not defined". Apparently the cocoon.flow.context is not defined when the event is fired and as a consequence viewData is not added to the scope (which is strange because it occurs after the showForm). I saw old post about this http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108324000808973&w=2 http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108307106614319&w=2 I'm using the cocoon.context for now, but i would prefer to pass explicitly the params to showForm. Any ideas ? Regards