Re: Iterator cannot populate param tag inside URL

2009-09-20 Thread Paweł Wielgus
Hi David, You are nesting tags, which is not possible/permitted. Try to do something like < s:param name="name" value="value"/> inside an iterator. Should work. Best greetings, Pawel Wielgus. 2009/9/20, David Rocks : > > Here is an interesting one, I have a collection of params I wish to inject

Iterator cannot populate param tag inside URL

2009-09-20 Thread David Rocks
Here is an interesting one, I have a collection of params I wish to inject into a URL dynamically. I have a simple name value pair class that are stored in the extraArgs list I can print out the extra tags on the page quite happily... , But when I go to try and slot them