Re: jpath problem (solved)

2003-01-06 Thread Ugo Cei
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

jpath problem (solved)

2003-01-04 Thread Johannes Hofmann
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

Re: jpath problem

2002-12-31 Thread Ugo Cei
[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

jpath problem

2002-12-31 Thread Johannes . Hofmann
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