• 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

Please help with a4j:mediaOutput

 
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have a a4j:mediaOutput which I use in order to render a captcha. I would like for that a4j:mediaOutput to be reRendered upon each a4j:form submission whether or not validation succeeds or fails.
I tried using the reRender attribute of a4j:form and a4j:commandButton and putting the a4j:mediaOutput in a ajaxRendered output panel but it only reRenders when the form submission/validation succeeds. I set the cacheable and session attributes to false.
Can anyone please advise,
Thanks in advance,
Julien
reply
    Bookmark Topic Watch Topic
  • New Topic