mainForm.addTextField( SERVLET_LINK, "The name of the source Servlet to link to", XForm.FieldType.TEXT );
buildArgsForm( builder, false, "wstools" );
ActionList actions = buildDefaultActions( HelpUrls.WSTOOLS_HELP_URL, modelItem );
actions.addAction( new ShowConfigFileAction( "JBossWS Wsdl2Java", "Contents of generated wsconfig.xml file" )
{
protected String getConfigFile()
{
ConfigurationDocument configDocument = createConfigFile( getDialog().getValues() );
return configDocument.toString();