Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
Bonjourencore un probleme existentiel :)pour convertir un type que vaut t il mieux utiliser :new Byte(monByte).intValue()Ca marche si monByte est un byte (avec petit b).
ou((Byte) (monByte)).intValue()Ca marche si monByte est un Byte (avec grand B).
manu
Bonjour encore un probleme existentiel :) pour convertir un type que vaut t il mieux utiliser : new Byte(monByte).intValue() Ca marche si monByte est un byte (avec petit b).
ou ((Byte) (monByte)).intValue() Ca marche si monByte est un Byte (avec grand B).