Search for: JSTL and URL generation http://www.sitepoint.com/article/java-standard-tag-library/3
uses <c:set/> tags nested within <c:url></c:url> On 7/24/06, David Haynes <[EMAIL PROTECTED]> wrote:
I want to be able to generate a URL with a GET method for a <select multiple="true"> scenario so that the result looks like: http://my_host.com?id=2&id=7 As near as I can tell, you can't do it using composeURL and <html:link> because both of these take a HashMap instead of an ArrayList for the params argument. So, I think I'll have to roll my own by using the composeURL with a null params and then writing my own <a href=> links. Is there a more elegant way to do this? -david- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]