Struts 2.0 erro no /app [RESOLVIDO]

0 respostas
lucaslzl

Bom dia,

Estou com o seguinte erro quando tento chamar a action abrirPagina:

“No configuration found for the specified action: ‘app/abrirPagina.action’ in namespace: ‘/app’. Form action defaulting to ‘action’ attribute’s literal value.”

@Action(value = "abrirPagina")
	public String abrirPagina() {
		
		return "abrir";
	}

Alguém sabe porque geralmente dá esse erro?

Obrigado.

Criado 26 de abril de 2013
Respostas 0
Participantes 1