Skip to content

Commit

Permalink
Merge branch 'issue785' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Jan 12, 2016
2 parents 0c0fd78 + a33a678 commit afb5871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private Form createResultPageSizeForm(String id, final IPageableItems resultsVie
// bind to items per page property of pageable
new PropertyModel<Long>(resultsView, "itemsPerPage"),
ITEMS_PER_PAGE_OPTIONS);
pageSizeDropDown.add(new AjaxFormComponentUpdatingBehavior("onchange") {
pageSizeDropDown.add(new AjaxFormComponentUpdatingBehavior("change") {

@Override
protected void onUpdate(AjaxRequestTarget target) {
Expand Down

0 comments on commit afb5871

Please sign in to comment.