Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 327 Rev 329
Line 291... Line 291...
291
					if (btn.getText().equals(dialog.yesText)) {
291
					if (btn.getText().equals(dialog.yesText)) {
292
						String idStr = "" ;
292
						String idStr = "" ;
293
						for(int i = 0 ; i < personneSelection.size() ; i++) {
293
						for(int i = 0 ; i < personneSelection.size() ; i++) {
294
							idStr += personneSelection.get(i).getId()+"," ; 
294
							idStr += personneSelection.get(i).getId()+"," ; 
295
						}
295
						}
296
						modele.supprimerPersonne(vue, getUtilisateurId(), idStr);  
296
						modele.supprimerPersonne(vue, idStr);  
297
					}
297
					}
298
				}
298
				}
299
			};
299
			};
Line 300... Line 300...
300
				     
300