Andrew Robinson wrote:
What scope is #{nav}?
Are you using other JSF 3rd party libraries (besides ADF)?
Are you using an h:form or a 3rd party form component?
#{nav} is in request scope but it uses the session scoped #{treeState} for
actually returning the model (e.g. #{nav.tree1Model}).
The view fragment I posted is nested inside the following elements:
<f:subview id="nav">
<h:form>
<af:panelList>
I'm only using JSF RI, Tomahawk and ADF Faces.
marko

