Tiles 不会解析 Struts 标签
我尝试使用tile,但似乎它没有解析Struts标签,它直接输出它们,例如而不是... 似乎有什么问题?
I'm tried using tiles but it seems that it's not parsing the Struts tags, It outputs them directly e.g. instead of ...
What seems to be the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要在每个 JSP 文件中包含 taglib 库标头,无论它是否是一个tile:
等等...
如果没有这个,标签将不会被解析。
You need to include the taglib library header in each JSP file, regardless of whether it's a tile or not:
etc...
Without this the tags will not be parsed.
我在 jsp 中看到过带有 netsed 标记的评估顺序事物 - 您可能会遇到诸如
Can you post code and output? 之类的问题。 (我猜你的代码被解析了,因为你没有使用漂亮的二进制徽标按钮)
I've seen evaluation-order things with netsed tags in jsp's - you're likely to run into problems with things like
Can you post code and output? (I'm guessing you're code got parsed out because you didn't use the nice binary-logo button)