Subversion Repositories eFlore/Applications.coel

Rev

Rev 1513 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1513 Rev 1624
Line 40... Line 40...
40
			this.loadConfig = loadConfig;
40
		this.loadConfig = loadConfig;
Line 41... Line 41...
41
 
41
		
42
			BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
42
		BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
43
		if (!UtilString.isEmpty(this.collectionId))	{
43
		if (!UtilString.isEmpty(this.collectionId))	{
-
 
44
			mediateur.selectionnerCollectionACommentaire(this, this.collectionId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
-
 
45
		} else {
44
			mediateur.selectionnerCollectionACommentaire(this, this.collectionId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
46
			  this.rafraichir(null);
45
		  }
47
		}
Line 46... Line 48...
46
	  }
48
	}
47
 
49