I would like to programmatically get a handle on a JSF .xhtml view/page other than the current one and be able to arbitrarily insert or plug it into the current view if possible. I want to use this together with ajax to update the current view depending on user input. I do not want to go the <ui:include src="#{bean.property}">
route and also do not want to build the page programmatically in a bean. Please help, been stuck on this for a good week now.
Thank you,