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.
別の JSP である Struts タイルを挿入する JSP があります。
ここで、挿入された Struts タイル内から、そのタイルを挿入した JSP の (パス) 名を取得したいと考えています。「uber」または「親」JSP の (パス) 名を取得したいと考えています。
もしそうなら、これはどのような方法で実行できますか?
実際
解決策のようです。リクエストには実際に呼び出されたJSPのパスがあるので、それで私が望むすべてのものが得られるはずです。