| Author |
commandLink Problem
|
Yogesh Agrawal
Greenhorn
Joined: Nov 10, 2006
Posts: 4
|
|
Hi, I am facing an issue with JSF commandLink Here is the code for the home.jsp <h:commandLink id="cacheLink" action="showcache"> <h utputText value="View Cache" /> </h:commandLink> and here is faces-config <navigation-rule> <from-view-id>*</from-view-id> <navigation-case> <from-outcome>showcache</from-outcome> <to-view-id>/pages/cache.jsp</to-view-id> </navigation-case> </navigation-rule> But it doesn't take me to cache.jsp. The only change i see is the url now it becomes home.jsp#. Any help will be appreciated. Thanks, Yogesh
|
 |
Krishna Srinivasan
Ranch Hand
Joined: Jul 28, 2003
Posts: 1803
|
|
Try this :
|
Krishna Srinivasan
OCAJP Mock Questions
|
 |
 |
|
|
subject: commandLink Problem
|
|
|