• 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 not picking up bean value after ajax call

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

I am using RichFaces TabPanel to dynamically hide and show tabs to users based on their actions....



So when this screen loads I am on the use case tab, and when I select a use case I should be taken to the upload tab to upload my data. But right now the system keeps me on the same tab. In the backend I have a controller...



When I put a breakpoint in the above code I am seeing it is firing and returning true after my action on the screen. But on the JSF the value of job.uploadTabAvailable remains false.

Can anyone help?

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic