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
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