javaee jsp convertir int en cadena
String str = String.valueOf(ivar);
Zwazel
String str = String.valueOf(ivar);