In some cases, I want to dynamically import fragment of page. Such as:
<c:import url="#{masterBean.action}" />
I used <h:outputText value="#{masterBean.action}"/> to test
masterBean.action returns correct value, for instance, main.jsp.
But it seem it could not be imported in this way, I was told:
The requested resource (/myproject-name/#{masterBean.action}) is not
available.
Could anyone give me any clue how to deal with this? Or an alternate
solution.
Appreciate.

