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