Nov
09
Adding arbitrary parameters to a URL in Struts2
When building a Struts2 application recently, I needed to add arbitrary parameters to a URL when creating the menu from dynamic content. The parameters were stored in a map, so I used the my standard bit of code for iterating Read more