Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のJSFページに次があるとします。
<ui:include src="/WEB-INF/templates/footer.xhtml"></ui:include>
これが webapp 以外のパスからの静的コンテンツの読み込みに変更されている場合、myui:includeをファイル システムの絶対パスに変更することは可能ですか?
ui:include
仮定:
Mac では (たとえば)、パスは次のようになります。
<ui:include src="file:///Users/Julian/Documents/.../WEB-INF/templates/footer.xhtml" />
Windows では、パスは次のようになります。
<ui:include src="file:///C:/Users/.../footer.xhtml" />