Checkboxes with multiple values
Nathan Kontny <Nathan.Kontny-UgwZ4owrJFB8UrSeD/[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Has anyone been able to use the Keel 2.0 with Struts to get multiple values for
a set of checkboxes with the same name. It doesn't look like its supported yet
as I see in the AbstractWebappClientConnector:
protected void processNonCommandParam(
WebappRequest wreq,
KeelRequest kreq,
String oneParamName) {
kreq.setParameter(oneParamName, wreq.getParameter(oneParamName));
As opposed to using a possible getParameterValues on the request. Is there a
workaround for this in 2.0, or something to support this in 2.1?
Thank you,
Nathan