I have been searching for several days for a solution that works, but I haven't found anything that resolves my problem thus far. So here it is:
I have two images. I want to be able to click them and kick off a call to a listener in
Java to change a value in the bean. I also want the view to update my dropdown (labeled "menuModel") to either be rendered or not, depending on which image I click. Alternatively, I would be fine with the dropdown simply being disabled and enabled for the same criteria.
So far, the listener kicks off fine, and the value gets updated correctly in the bean. However, the view never gets updated. I have tried this a hundred different ways, but nothing seems to work. If I hit refresh on my browser, the view updates. But I want it to do it automatically.
What am I doing wrong?
NOTE: I am using standard
JSF 2.1.