在 jspx 文件的属性内使用 struts 标签
我有一些旧的 jsp 代码,它们在属性内使用 struts 标记,如下所示:
<link href="<s:url value='/styles/layout.css'/>"
rel="stylesheet" type="text/css" media="all"/>
但我无法让它在 jspx 文件中工作。 有没有一个好的替代方案可以在没有太多混乱的情况下获得相同的功能?
I have some old jsp code that uses the struts tags inside attributes, like this:
<link href="<s:url value='/styles/layout.css'/>"
rel="stylesheet" type="text/css" media="all"/>
I can't get this to work in jspx files though. Is there a good alternative to sort of get the same functionality without too much clutter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个
您可能还想尝试这种形式,但我真的不记得它是否有效:
Try this
You may also want to try this form, but I cannot really remember if it works: