Re: Using action return value in xsp

2001-08-13 Thread Giacomo Pati
Quoting Michael Homeijer <[EMAIL PROTECTED]>: > In an action i return a HashMap to the sitemap, one of the elements in > this > HashMap is a HashMap. > My question is, how do I get this second HashMap in an xsp page. > > From the documentation of the Parameters object, I read that I can only > g

Using action return value in xsp

2001-08-13 Thread Michael Homeijer
In an action i return a HashMap to the sitemap, one of the elements in this HashMap is a HashMap. My question is, how do I get this second HashMap in an xsp page. >From the documentation of the Parameters object, I read that I can only get string parameters from it. How can I pass complex objects