Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2006

Tip: Looking for answers? Try searching our database.

JSF <h:commandButton action error

Thread view: 
alexjaquet@gmail.com - 20 Jun 2006 14:02 GMT
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
alexjaquet@gmail.com - 20 Jun 2006 14:23 GMT
Problem solved by changing the scope to session.

> Hi,
>
[quoted text clipped - 23 lines]
>
> thx


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.