• 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

Ajax call from javascript

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to update some information by entering and using java script to do this.

I have used struts before I was able to call action using javascript like jquery. Same thing I want to implement. Could anyone please tell me how to call action in JSF? Like for the command button we mention the action like #{bean.action} this is where I was confused.

In struts I was passing url like "/projectName/action.do?do=method" to make ajax call in the same way can we pass url in jsf?

Thanks for our help in advance.
reply
    Bookmark Topic Watch Topic
  • New Topic