aspose file tools
The moose likes JSF and the fly likes h:commandLink issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "h:commandLink issue" Watch "h:commandLink issue" New topic
Author

h:commandLink issue

Harshad Khasnis
Ranch Hand

Joined: Jun 06, 2006
Posts: 48
Hi Ranchers,
I am facing on issue when using h:commandLink with my Login page.


And my faces-config file




The above code is working just fine, but If I change the <h:commandButton> to <h:commandLink> then the action method is not getting invoked.

I am not able to figure out what actually The problem is, can Anybody please help?

Thanks
Ryan Lubke
Ranch Hand

Joined: Jun 20, 2007
Posts: 36
Originally posted by Harry Kirsten:
Hi Ranchers,
I am facing on issue when using h:commandLink with my Login page.


And my faces-config file




The above code is working just fine, but If I change the <h:commandButton> to <h:commandLink> then the action method is not getting invoked.

I am not able to figure out what actually The problem is, can Anybody please help?

Thanks


Which JSF implementation/version are you using?
Any JS errors from the browser when clicking the link?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: h:commandLink issue
 
Similar Threads
Action method is never entered/executed. Please help
jsf newbie, navigation not working
Field display problem
inputText tag not working properly
newbie null reference exception