Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1566 Rev 1672
Line 385... Line 385...
385
		if (images == null || images.size() == 0) {
385
		if (images == null || images.size() == 0) {
386
			vue.afficherElementsAucunResultatTrouve();
386
			vue.afficherElementsAucunResultatTrouve();
387
		} else {
387
		} else {
388
			vue.afficherElementsResultatsTrouve();
388
			vue.afficherElementsResultatsTrouve();
389
			for (Image image : images) {
389
			for (Image image : images) {
390
				ImagePresenteur imagePresenteur = new ImagePresenteur(image, CacheClient.getInstance().getProtocoleCourant(), new ImageVue());
390
				ImagePresenteur imagePresenteur = new ImagePresenteur(image, imageService, CacheClient.getInstance().getProtocoleCourant(), new ImageVue());
391
				imagePresenteur.go(vue.getImageTable());
391
				imagePresenteur.go(vue.getImageTable());
392
			}
392
			}
393
		}
393
		}
394
		CacheClient.getInstance().mettreAjourUrlCourante();
394
		CacheClient.getInstance().mettreAjourUrlCourante();
395
		vue.stopChargement();
395
		vue.stopChargement();