• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

jsf ajax calls are not working in internetexplorer 9

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
jsf ajax calls are not working in internetexplorer 9 - can any one help me on this?
 
Ranch Hand
Posts: 479
1
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The question looks too generic to merit a suggestion.

What are you trying to achieve and more importantly How?

Cheers,
Raj.
 
Ramprasad RamPrasadT
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
our site working fine in ie8,mozilla which is developed using jsf1.2 <a4j:..> commands(ajax tags in jsf).

but when i opened the site in ie9, it is opening but all the actions of buttons which are submitted as ajax calls are not performaing.

ex:<a4j:commandButton value="save" action="#{bean.save}"/>

save action is not performing.


By Ramu
 
Rajkamal Pillai
Ranch Hand
Posts: 479
1
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

What do you see in the tags that are generated when you try to 'View Source'?

Is the dynamically generated page source correct/as expected?

Cheers,
Raj.
 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you use richfaces 3.3 yes the problem is still exist.
see this link from rich faces website:
https://issues.jboss.org/browse/RF-10774
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic