Revision 10777 trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/panels/WFSFilterPanel.java

View differences:

WFSFilterPanel.java
1114 1114
					}
1115 1115
				}
1116 1116
			}
1117
			else {
1118
				// If there is no geometry field (that is the root) -> don't load the layer
1119
				JOptionPane.showMessageDialog(null, PluginServices.getText(null, "gvSIG_cant_load_the_layer_because_hasnt_geometry"), PluginServices.getText(null, "error"), JOptionPane.ERROR_MESSAGE);
1120
			return false;
1121
			}
1122 1117
		}
1123 1118
		return true;
1124 1119
	}

Also available in: Unified diff