Subversion Repositories eFlore/Applications.coel

Rev

Rev 1592 | Rev 1616 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1592 Rev 1596
Line 804... Line 804...
804
			cpChp.setValue(identification.getCodePostal());
804
			cpChp.setValue(identification.getCodePostal());
805
			villeChp.setValue(identification.getVille());
805
			villeChp.setValue(identification.getVille());
806
			mettreAJourRegion();
806
			mettreAJourRegion();
807
			//(identification.getRegion());
807
			//(identification.getRegion());
808
			if (identification.getPays().matches("^[0-9]+$")) {
808
			if (identification.getPays().matches("^[0-9]+$")) {
809
				comboPays.getCombo().setValue(comboPays.getStore().findModel("cmlv_id_valeur", identification.getPays()));
809
				comboPays.chargerValeurInitiale(identification.getPays(), "cmlv_id_valeur");
810
			} else {
810
			} else {
811
				comboPays.getCombo().setRawValue(identification.getPays());
811
				comboPays.getCombo().setRawValue(identification.getPays());
812
			}
812
			}
813
			latitudeChp.setValue(identification.getLatitude());
813
			latitudeChp.setValue(identification.getLatitude());
814
			longitudeChp.setValue(identification.getLongitude());
814
			longitudeChp.setValue(identification.getLongitude());