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

Improve support for OGNL expressions in AjaxUpdateTrigger #674

Merged
merged 1 commit into from
Sep 10, 2015

Conversation

hprange
Copy link
Contributor

@hprange hprange commented Sep 7, 2015

The AjaxUpdateTrigger accepts an array of updateContainerIDs that must be updated. The updateContainerIDs binding accepts a NSArray of Strings. Creating NSArrays using OGNL expressions is cumbersome. This patch replaces the type of the updateContainerIDs binding from NSArray to List. This change allows a more natural definition of the array of containers to be updated as described below.

<wo:AjaxUpdateTrigger updateContainerIDs = "~ {\"container1\", \"container2\"}" />

hprange added a commit that referenced this pull request Sep 10, 2015
Improve support for OGNL expressions in AjaxUpdateTrigger
@hprange hprange merged commit 9efe29e into wocommunity:master Sep 10, 2015
@hprange hprange deleted the ajaxUpdateTriggerGeneralization branch September 15, 2015 16:03
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