Revision 39273 branches/v2_0_0_prep/libraries/org.gvsig.exportto/org.gvsig.exportto.swing/org.gvsig.exportto.swing.impl/src/main/java/org/gvsig/exportto/swing/impl/wizard/ExportFilterWizard.java

View differences:

ExportFilterWizard.java
48 48
    }
49 49

  
50 50
    public void nextPanel() throws NotContinueWizardException {
51

  
51
        
52
        if (isPersonalizedFilterSelected()) {
53
            String free_filt = this.getFreeFilter();
54
            String str = exporttoServicePanel.
55
                getExporttoSwingManager().getTranslation(
56
                "_Filter_cannot_be_empty");
57
            
58
            if (free_filt == null || free_filt.length() == 0) {
59
                throw new NotContinueWizardException(str, this, true);
60
            }
61
        }
52 62
    }
53 63

  
54 64
    public void lastPanel() {

Also available in: Unified diff