Is it possible to navigate between Facelets and JSP pages?
For example:
<h:commandLink ... action="goToJsp" />
And after
<h:commandButton .. action="returnToFacelets" />
Is there some incovenience?
I’d like this scenario because the JSTL XML taglib is only available in JSP.
As long as those JSP pages are also served by the Faces Servlet, there should be no problem.