cloneButton = createActionButton( SwingActionDelegate.createDelegate( CloneRequestAction.SOAPUI_ACTION_ID,
request, null, "/clone_request.gif" ), true );
createEmptyButton = createActionButton( new CreateEmptyRequestAction( request ), true );
wsiValidateAction = SwingActionDelegate.createDelegate( new WSIValidateRequestAction(), request, "alt W" );
wsiValidateAction.setEnabled( request.getResponse() != null );
super.init( request );
}