Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1302 Rev 1308
Line 1263... Line 1263...
1263
			}
1263
			}
1264
		}
1264
		}
Line 1265... Line 1265...
1265
		
1265
		
1266
		Radio rbEstDecedee = hmIdentite.getRadio("rbEstDecedee");
1266
		Radio rbEstDecedee = hmIdentite.getRadio("rbEstDecedee");
1267
		if (rbEstDecedee.getValue() == true)	{
-
 
1268
			
1267
		if (rbEstDecedee.getValue() == true)	{
Line 1269... Line 1268...
1269
			String decesLieu = (String) hmIdentite.getTextField("tfLieuDeces").getValue();
1268
			String decesLieu = (String) hmIdentite.getTextField("tfLieuDeces").getValue();
1270
			
1269
			
1271
			//Verifier que la date est soit JJ/MM/AAAA soit AAAA
1270
			//Verifier que la date est soit JJ/MM/AAAA soit AAAA
1272
			Date dateDeces = null;
-
 
1273
			String valeurDateDeces = (String) hmIdentite.getTextField("tfDateDeces").getValue();
-
 
1274
			
-
 
Line 1275... Line 1271...
1275
			Debug.log("DANS FORM valeurDateDeces="+valeurDateDeces);
1271
			Date dateDeces = null;
1276
			
1272
			String valeurDateDeces = (String) hmIdentite.getTextField("tfDateDeces").getValue();			
1277
			
1273
			
1278
			if (!UtilString.isEmpty(valeurDateDeces))	{
1274
			if (!UtilString.isEmpty(valeurDateDeces))	{