No need to rename the method "onNewSelection" to "action" there were errors in my AC-implementation.

This commit is contained in:
Tom Vahlman 2012-03-29 17:40:49 +02:00
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));
}