bleedingwolf / Ratpack

A micro web framework for Groovy
Other
210 stars 4 forks source link

params issues? #24

Open jiangjianxiao opened 12 years ago

jiangjianxiao commented 12 years ago
<input type="checkbox" value="3" name="tasks" checked>3<br/>
<input type="checkbox" value="9" name="tasks" checked>9<br/>
<input type="checkbox" value="10" name="tasks" checked>10<br/>
<input type="checkbox" value="8" name="tasks" checked>8<br/>
<input type="checkbox" value="11" name="tasks" checked>11<br/>
<input type="checkbox" value="1" name="tasks" checked>1<br/>
<input type="checkbox" value="27" name="tasks" checked>1<br/>

       print request.getParameterValues('tasks') # result [3, 9, 10, 8, 11, 1, 27]

       print params.tasks # result 27
raymyers commented 12 years ago

Sorry to fall off the map. Tim Berglund has taken over maintainence of this project, you may submit issues to his Ratpack projects. https://github.com/tlberglund