03/09/2007, 08:17
|
| | Fecha de Ingreso: octubre-2003
Mensajes: 3.578
Antigüedad: 21 años, 2 meses Puntos: 51 | |
Re: Ayuda con java.lang.IllegalStateException Hola, http://java.sun.com/j2ee/1.4/docs/ap...va.lang.String) Cita: If the response has already been committed, this method throws an IllegalStateException. After using this method, the response should be considered to be committed and should not be written to. "response has already been committed" significa, que hayas devuelto cualquier cosa ya al navegador.
S! |