users@javaserverfaces.java.net

Re: A form do not execute the navigation rule

From: Jason Lee <jason_at_steeplesoft.com>
Date: Thu, 6 Dec 2007 11:01:43 -0600

On 12/6/07, guess85 <saintofme85_at_gmail.com> wrote:
>
> <h:commandButton id="salva_modifica" value="Salva modifica"
> action="#{dettaglioElementoConoscenzaBean.saveEditedElemento}"/>


<snip>

When I click on the button, the method saveEditedElemento isn't call. I
> don't know why. Can you tell me what is wrong? Thaks to all.
>

What does dettaglioElementoConoscenzaBean.saveEditedElemento look like? It
should look like this:

public String saveEditedElemento () {
    // ...
    return "some string";
}

-- 
Jason Lee, SCJP
Software Architect -- Objectstream, Inc.
JSF RI Dev Team
http://blogs.steeplesoft.com