Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRAILS-8330: changed JSON encoding of params attribute to respect List t... #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

micfra
Copy link

@micfra micfra commented Nov 16, 2012

...ype as expected. Please pull it in.

Additionally, it may be useful to add an example to the grails-doc. Because a param added like 't':['1','3'] will be accessible at the controller with brackets only like here: params.list('t[]').

If there is another solution to convert the submitted list so it fits better to the Grails-like syntax params.list('t') please reject this pull request and give a hint where to fix it.

Regards
Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant