We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some backing bean field types like collections should support more than the set action.
Collections could support "ADD", "REMOVE", "SET"
Additionally some ImplicitActions should be should be supported like "CLEAR/REMOVE ALL"
The text was updated successfully, but these errors were encountered:
SET and ADD are now supported for parameter and implicit value mapping.
Parent traversal mappings are still hardcoded to ADD for Collections and SET in all other cases.
Arrays could be handled the same way as Collections - have still to consider to do so.
Sorry, something went wrong.
No branches or pull requests
Some backing bean field types like collections should support more than the set action.
Collections could support "ADD", "REMOVE", "SET"
Additionally some ImplicitActions should be should be supported like "CLEAR/REMOVE ALL"
The text was updated successfully, but these errors were encountered: