JSF <h:commandButton action error

A

alexjaquet

Hi,

I'm new to jsf and I got an error with my application workflow, I've
the following line ::
The action is not executed, any idea ?

<h:commandButton value="#{text.common_btnReturn}" rendered="true"
action="goIndex"
id="btnReturn"/>

<h:commandButton value="#{text.common_btnCancel}" rendered="true"
action="goCurrencyList" id="btnCancel"/>
and the following navigation rule :

<navigation-rule>
<from-view-id>/pages/core/currencyDetail.jsp</from-view-id>
<navigation-case>
<from-outcome>goCurrencyList</from-outcome>
<to-view-id>/pages/core/currencyList.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>goIndex</from-outcome>
<to-view-id>/index.jsp</to-view-id>
</navigation-case>
</navigation-rule>

thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top