My problem is that RichFaces reRender does not work ‘under’ the current element in the element tree; only upper elements get rerendered.
Is there any way to access lower elements with AJAX?
Any help would be appreciated!
Daniel
EDIT I edited this question to a more general one. See revisions if interested in the original question.
Here is an example where
changePanel111()changes the content of a lower element:Notice how the lower element needs to be identified as
form:PANEL111.Hope this helps!