Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 527 Rev 595
Line 268... Line 268...
268
			prmInfosNat.set("specialites", strSpecialites);
268
			prmInfosNat.set("specialites", strSpecialites);
Line 269... Line 269...
269
			
269
			
Line 270... Line -...
270
			String strRecolte  ="";
-
 
271
 
270
			String strRecolte  ="";
272
			
271
 
273
			System.out.println(personne.getString("truk_recolte"));
272
			
274
			LinkedList<String> lstRecolte = (LinkedList) personne.getChaineDenormaliseAsMapOrList("truk_recolte");
273
			LinkedList<String> lstRecolte = (LinkedList) personne.getChaineDenormaliseAsMapOrList("truk_recolte");
275
			if ((lstRecolte!=null)&&(lstRecolte.size()>0))	{
274
			if ((lstRecolte!=null)&&(lstRecolte.size()>0))	{