DE BEAUREPAIRE LUDOVIC wrote:

What Map are you returning from your action? The key-value needs to get put there.

Geoff



Consider my action is the following :


public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters par) throws Exception {
Map sitemapParams = new HashMap();
sitemapParams.put("my_sitemap_param", "test");
return sitemap;
}


I take it you mean:

return sitemapParams;

not return sitemap;

Regards, Upayavira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to