else if ( method.equals( "cvs" ) )
{
String cvsRoot = (String) getFieldValue( "cvsRoot", obj );
if ( cvsRoot == null || cvsRoot.equals( "" ) )
{
ctxt.addActionError( "CVS root is required." );
}
}
else if ( method.equals( "file" ) )
{
String directory = (String) getFieldValue( "directory", obj );