I have a problem on ajax rendering of UI compoennet Richfaces - 4.3.2
current code in XHTML:
---form...start
check box component with a4j ajax event.
---- rich:collapsiblePanel...start
included with another XHTML form having rich:extendedDataTable component.
----rich:collapsiblePanel...end
.
.
mutiple collapsiblePanels.
.
---- rich:collapsiblePanel...start
another XHTML:
---form...start
rich:extendedDataTable component.
LightBox Component having another form
---form...end
----rich:collapsiblePanel...end
.
.
---form...end
when ajax event happen,
the backing beans are getting updated but when I click on light box, it is retaining and displaying the last viewed report irrespective of what ever record I wish to see.
I have tried a lot of ways, the only solution i got is externally specifying all the form ids in the a4j event render list.
as I am looking out for generic way of doing this with out mentioning all the form ids externally
any help on this would be highly appriciated!
ui:includeandui:componentorui:fragment. - Vasil Lukachh:formwithui:componentin included file (file withrich:extendedDataTable) and check result. - Vasil Lukach