I am working on an app that is using subviews. I have a menu subview at the top of the page. the lower half is the main content area. To track navigation I have a navigation bean which keeps track of what the next page should be.
I can't get my subviews to display
JSF components.
I initialy get my currentPage like this
then I load the subview with
the subview is a file saved as filename.jspf
and is within an <f:subview>
The page loads alright but isn't displaying any components.
Can anyone shed any light on this?
Thanks