Re: using a map of parameters with the s:url tag

2009-10-12 Thread Tommy Pham
From: Wim De Smet To: Struts Users Mailing List Sent: Mon, October 12, 2009 3:20:49 AM Subject: Re: using a map of parameters with the s:url tag On Mon, Oct 12, 2009 at 12:06 PM, Tommy Pham wrote: > > From: Wim De Smet

Re: using a map of parameters with the s:url tag

2009-10-12 Thread Wim De Smet
On Mon, Oct 12, 2009 at 12:06 PM, Tommy Pham wrote: > > From: Wim De Smet > To: Struts Users Mailing List > Sent: Mon, October 12, 2009 2:23:29 AM > Subject: using a map of parameters with the s:url tag > > Hi all, > > I'm using

Re: using a map of parameters with the s:url tag

2009-10-12 Thread Tommy Pham
From: Wim De Smet To: Struts Users Mailing List Sent: Mon, October 12, 2009 2:23:29 AM Subject: using a map of parameters with the s:url tag Hi all, I'm using struts 2.1.x. Given a Map called parameters I want to construct an URL as fo

using a map of parameters with the s:url tag

2009-10-12 Thread Wim De Smet
Hi all, I'm using struts 2.1.x. Given a Map called parameters I want to construct an URL as follows: Unfortunately the nested iterator seems to hide the parameter tag from the enveloping url tag? I've verified that it's indeed iterating and that the entrySet is available with the two