Struts

1 resposta
mictexx

Boa tarde, estou populando uma tabela, e acontece esse erro:

SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: strutsdemo.bean.UserData

alguém poderia me dar uma dica?

Grato

1 Resposta

Getware

Eu creio que vc apenas implemente a interface Serializable:

package teste;

import java.io.Serializable;

public class T implements Serializable {

}
Criado 24 de agosto de 2006
Ultima resposta 24 de ago. de 2006
Respostas 1
Participantes 2