struts的消息资源属性文件中的参数
我使用 html:image 标签在 jsp 中包含图像。图片位置在struts的消息资源属性文件中指定。路径定义为 ../../images/image1.gid 之前。现在由于某种原因上下文正在改变,所以图像没有被加载。如何访问消息资源文件中的上下文路径?我尝试了 key={0}/images/image1.gif,但这仅适用于 bean:message,因为它包含 arg0 属性。但我该如何处理图像呢?有什么迂回的办法吗?
PS: >>
有效。但我无法更改数百个使用 html:image 的 jsp 文件。
谢谢 V
I am using the html:image tag to include images in the jsp. the image location is specified in the message resource properties file of struts. the paths are defined as
../../images/image1.gid previously. now the context is changing due to some reason, so the images are not being loaded. how do i access the context path in the message resource file? i tried key={0}/images/image1.gif, but this works only for the bean:message as it contains arg0 attribute. but how i do for the image? any round about way?
PS: <img src=<bean:message arg0="<%=request.getContextPath()%>" key="image1"/>>
works. but i cant change in 100s of jsp files which uses html:image.
thanks
V
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用带有“查找和查找”功能的文本编辑器替换所有打开的文件工具,例如 Editplus 和 Notepad++。
Use a text editor with Find & Replace in All Open Files facility, like Editplus and Notepad++.