Jsf

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??

Qual informação que você quer obter?

:pensativo: