Johannes Hofmann wrote:
If I use the following:
var map = new Packages.java.util.HashMap();
map.put("users", users);
sendPageAndWait("user.xml", map);
everything works as expected.
That's interesting, but it should be transparent. I haven't started
debugging the problem yet, since I've spent
Hi,
passing non-string objects via the bizData argument of sendPageAndWait()
in the flow-script did not work for me (see
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104133080428237&w=2)
Now I found out, that the javascript call
sendPageAndWait("user.xml", {"users":users});
Makes a string
[EMAIL PROTECTED] wrote:
My problem is that I can't figure out how to pass objects other than simple
strings via the bizData object to the view layer.
In the example below I only get the users object converted to a string.
neither the getGroup() nor the getNames() methods get called.
What am I d
Hi,
first let me say, that I really love the flow framework. Finally it
can be fun to write web applications.
My problem is that I can't figure out how to pass objects other than simple
strings via the bizData object to the view layer.
In the example below I only get the users object converte