Handling multiple value parameters in JSP

In JSP, you cannot simply use an expression like ${param.weekday} to retreive multiple values if the request has multiple values assigned like the form below…

<input name="weekday" value="Sunday" checked>
<input name="weekday" value="Monday" checked>

Instead, use an expression like ${fn:join(paramValues['weekday'], ‘,’)} to retreive a comma delimited list of values for the parameter.

Tip provided by Aaron Freeman from SendThisFile.com.

One Response to “Handling multiple value parameters in JSP”

  1. LUKE says:


    MedicamentSpot.com. Canadian Health&Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. High quality pills. Buy drugs online

    Buy:Soma.Cialis.Maxaman.Viagra Super Active+.Cialis Soft Tabs.Zithromax.Viagra Soft Tabs.Cialis Super Active+.Tramadol.VPXL.Levitra.Viagra.Viagra Professional.Viagra Super Force.Propecia.Super Active ED Pack.Cialis Professional….

Leave a Reply