FormStyleLayout parametersForm = new FormStyleLayout();
parametersForm.setHeight( "120px" );
parameterPanel.setContent( parametersForm );
ruleFlowViewer = new RuleFlowViewer( rfcm,
parametersForm );
} catch ( Exception e ) {
Window.alert( e.toString() );
}
} else if ( rfcm != null && rfcm.getXml() == null ) {