History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WAFFLE-65
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mauro Talevi
Reporter: Mauro Talevi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Waffle

Multiple-value parameters support in OgnlDataBinder

Created: 02/Apr/08 08:49 AM   Updated: 15/Apr/08 11:27 AM
Component/s: Core
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
Multiple-selection HTML elements (such as checkbox and select) require binding of multiple-value parameters.

OnglDataBinder needs to be refactored to call the more generic request.getParameterValues(name) instead of request.getParameter(name).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mauro Talevi - 02/Apr/08 09:10 AM
Refactored OgnlDataBinder encodes multiple-values as CSV.
Added ListValueConverter to handle CSV as List of Strings.