Revision 8220 trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/dialogs/WFSPropsDialog.java

View differences:

WFSPropsDialog.java
71 71
 *
72 72
 * $Id$
73 73
 * $Log$
74
 * Revision 1.6  2006-10-02 09:09:45  jorpiell
74
 * Revision 1.7  2006-10-23 07:37:04  jorpiell
75
 * Ya funciona el filterEncoding
76
 *
77
 * Revision 1.6  2006/10/02 09:09:45  jorpiell
75 78
 * Cambios del 10 copiados al head
76 79
 *
77 80
 * Revision 1.4.2.3  2006/09/27 11:12:15  jorpiell
......
192 195
	    		toc.setWizardData(dataSource);
193 196
	    		toc.setListenerSupport(new WizardListenerSupport());
194 197
	    		toc.setSelectedFeature((WFSLayerNode)info.get("wfsLayerNode"));
195
	    		toc.setselectedAttributes((WFSLayerNode)info.get("wfsLayerNode"));
196 198
	    		toc.setLayerName(fLayer.getName());
197 199
	    		toc.refreshInfo((WFSLayerNode)info.get("wfsLayerNode"));
198 200
	    		toc.setStatus((WFSStatus)info.get("status"));

Also available in: Unified diff