Hello,

I would like to construct an action url with a collection-valued parameter, 
i.e.:

http://host/context/search.action?names=NAME1&names=NAME2

Is there an easy way to do this?

I was trying:

                <s:url action="startRuleSearch" id="search">
                        <s:param name="names" value="names"></s:param>
                </s:url>

where 'names' was a List<String>, but this was not working.

I also tried an iterator with the url tag, but that resulted in no parameters 
being set.

Brian Relph

----------------------------------------------------------------------
CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.

Reply via email to