createMethodBinding("#{l3.processAction}",
actionListenerSignature);
MethodBinding actionBinding = facesContext.getApplication().
createMethodBinding("#{l4.test}", null);
command.setId("command");
command.addActionListener(new TestCommandActionListener("l1"));
command.addActionListener(new TestCommandActionListener("l2"));
command.setActionListener(binding);
command.setAction(actionBinding);
command.setImmediate(true);
request.setAttribute("l3", new TestCommandActionListener("l3"));