}
public WOComponent selectionClicked() {
// May have to do explicit update here!
WOComponent aPage = callbackPage;
aPage.takeValueForKeyPath(aPath, callbackKeypath);
if (callbackExpand != null) {
aPage.takeValueForKey(Boolean.TRUE, callbackExpand);
}
return aPage;