No need to rename the method "onNewSelection" to "action" there were errors in my AC-implementation.
This commit is contained in:
parent
86ed4d2903
commit
8376cf3e8f
@ -54,10 +54,9 @@ public class ManualMatchPanel extends Panel {
|
||||
setOutputMarkupPlaceholderTag(true);
|
||||
Form<Employee> matchForm = new Form<Employee>("matchForm");
|
||||
currentFragment = createButtonFragment(status, matchForm, autoCompleteObjectField);
|
||||
currentFragment.setOutputMarkupId(true);
|
||||
alternateFragment = createMatchFragment(matchForm, localFeedback, autoCompleteObjectField);
|
||||
alternateFragment.setOutputMarkupId(true);
|
||||
add(currentFragment);
|
||||
add(currentFragment.setOutputMarkupId(true));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user