Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1417 Rev 1428
Line 131... Line 131...
131
		});
131
		});
132
	}
132
	}
Line 133... Line 133...
133
	
133
	
134
	private void traiterReponse(JSONValue reponseValeur, String type, Integer seqId) {
134
	private void traiterReponse(JSONValue reponseValeur, String type, Integer seqId) {
-
 
135
		Information info = new Information(type);
135
		Information info = new Information(type);
136
 
136
		// Si la requête est un succès, réception d'une chaîne
137
		// Si la requête est un succès, réception d'une chaîne
137
		if (reponseValeur.isString() != null) {
138
		if (reponseValeur.isString() != null) {
138
			String idOuMessage = reponseValeur.isString().stringValue();
139
			String idOuMessage = reponseValeur.isString().stringValue();
139
			if (idOuMessage.matches("^[0-9]+$")) {
140
			if (idOuMessage.matches("^[0-9]+$")) {