• 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

can we use Ajax and JavaScript

 
Ranch Hand
Posts: 42
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,

Can we use normal Javascript in a same jsf page in which we are using Ajax?

please tell me because i trying to do this but it is showing some error..

 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AJAX is normal JavaScript. AJAX is simply the use of JavaScript to interact with the server on a displayed page without transmitting an entire new page.

And yes, not only is "regular" JavaScript usable alongside AJAX, many web pages - including no few of my own - wouldn't work otherwise.

However, JavaScript of any type is typically going to change the page environment. So different bits of JavaScript (AJAX or otherwise) can potentially conflict with each other.

Beyond that, I can't say anything - you'll have to tell us what the actual problem is.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mahendra Pratap wrote:Hello Everyone,

Can we use normal Javascript in a same jsf page in which we are using Ajax?

please tell me because i trying to do this but it is showing some error..



Yes they do work together...
may be you could tell us your exact problem, to get some helpful responses...
 
Lookout! Runaway whale! Hide behind this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic