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

Support action types in backing bean field mapping #35

Open
tobiasstamann opened this issue Mar 18, 2023 · 1 comment
Open

Support action types in backing bean field mapping #35

tobiasstamann opened this issue Mar 18, 2023 · 1 comment

Comments

@tobiasstamann
Copy link
Contributor

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"

@tobiasstamann
Copy link
Contributor Author

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.

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

No branches or pull requests

1 participant