Revision 33331 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/extension/TableOperations.java

View differences:

TableOperations.java
153 153
								//?ndice del campo
154 154
								FeatureStore fs = pt.getStore();
155 155
								String fieldName = (String) firstTableField.getSelected();
156
								int type = ((FeatureAttributeDescriptor)fs.getDefaultFeatureType().get(fieldName)).getDataType();
156
								int type = ((FeatureAttributeDescriptor)fs.getDefaultFeatureType().get(fieldName)).getType();
157 157

  
158 158
								secondTableField.setModel(new FieldSelectionModel(
159 159
										((TableDocument) targetTable

Also available in: Unified diff