• 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

JSF 1.2/ AJAX

 
Greenhorn
Posts: 26
Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I can't figure out why I am having this problem.

I am using <a4j:suppot> to enable ajax feature in JSF 1.2. I am having no problem with reRendering before submission of the form. However, after submission, when any validation fails (Render Response Phase), I receive the same form back with validation error messages. Now, from this point, my ajax don't work. When I see my console, I can see its going to the changelistener, updates the value, but it doesn't get displayed in the screen. I am not understanding why the component once gone through Update Model Phase, can't be updated again. Am I missing something?

 
reply
    Bookmark Topic Watch Topic
  • New Topic