Jsf

1 resposta
J

utilizando o Eclipse, implementando JSF:

import javax.faces.event.ActionEvent;

public void processAction(ActionEvent event){
	UIComponent component = event.getComponent();
	component.getAttributes();
	String actionCommand = [b]event.getActionCommand();[/b]

da a mensagem de erro: "The method getActionCommand() is undefined for the type ActionEvent " no objeto event.

alguem sabe a solução?
alguem pode me ajudar??

1 Resposta

M

Qual informação que você quer obter?

:pensativo:

Criado 13 de abril de 2007
Ultima resposta 14 de abr. de 2007
Respostas 1
Participantes 2