| Author |
Command Link not working after navigating to other pages
|
Subash Karuppiah
Greenhorn
Joined: Oct 21, 2011
Posts: 7
|
|
|
Hey am a newbie to JSF. I got a mainpage, where there are several links to different pages (Command Links), i have a corresponding rules in faces-config. The thing is when i login and click on any link it navigates to the page, but when i come back to home and click on link again it does not navigate. Clicking the home link again makes the links work. Can someone get me the answer for this asap. Thanks!!
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
Welcome to the Ranch, Subash!
commandLinks do not execute if the form that contains them has invalid control properties. An easy way to check for this is to put a "h:messages" tag on the page and see if any validation error messages display.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Subash Karuppiah
Greenhorn
Joined: Oct 21, 2011
Posts: 7
|
|
|
Hey, Thanks Tim!! i was able for find the errors and fix it. It works fine now!! Thz....
|
 |
 |
|
|
subject: Command Link not working after navigating to other pages
|
|
|