I still wasn't able to find a solution for this JSF 2.x problem:
- Is it possible for a JSF page running at
.../myapp/page-manager.html
to create a whole new JSF page.../myapp/new-page1.html
(page definition made via page manager and stored in backend db) and to add the generated page to the existing (exploded) WAR structure (or at least hold it in memory) to be served?
Please note:
It's about creating an entire new page that FacesServlet can handle like any
regular page, and NOT about how to change some components on a pre-existing page on the fly and backed in a db. The latter is only a part of the problem.
I'd be very glad to obtain some helpful tips asap (due to its importance in a current project).
Thanks a lot, Natalia.