从插入的Strutstile获取插入Strutstile的页面的路径名
我有一个 JSP,它插入了一个 Struts 磁贴,这是另一个 JSP。
现在我想从插入的 Struts 磁贴内部获取插入该磁贴的 JSP 的(路径)名称。我想获取“uber”或“parent”JSP 的(路径)名称。
如果是的话,可以通过什么方式实现?
I've got a JSP which inserts a Struts tile, which is another JSP.
Now I want to get from inside the inserted Struts tile the (path) name of the JSP which inserted that tile. I want to get the (path) name of the "uber" or "parent" JSP.
If it is, in which way is this doable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上
似乎是解决方案。由于请求中是实际调用的 JSP 路径,因此它应该提供我想要的一切。
Actually
seems to be the solution. Since in the request is the path of the JSP actually called, that should give my everything I want.