MethodBinding mb;
if (NavigationMenuUtils.isValueReference(action)) {
mb = context.getApplication().createMethodBinding(action, null);
}
else {
mb = new SimpleActionMethodBinding(action);
}
((HtmlCommandJSCookMenu) component).setAction(mb);
}
else if (action.startsWith("L]")) {
action = action.substring(2, action.length());