• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

h:commandLink issue

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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?
 
reply
    Bookmark Topic Watch Topic
  • New Topic