我的 href 没有重定向到 /logout 页面
我在 yui 菜单中列出的 href 遇到了麻烦。这是我的代码
<a class="yuimenuitemlabel" href= "<@spring.url "/logout"/>" />
由于某种原因,此链接没有重定向到 /logout。 PTW,当我在 URL 中手动写入 /logout 时,它工作正常。这是因为 href 标签没有将 /logout 放入 URL 中。 有什么建议吗?
I'm facing a trouble with my href which is listed inside yui menu. Here is my code
<a class="yuimenuitemlabel" href= "<@spring.url "/logout"/>" />
For some reason this link is not redirecting to /logout.
PTW, when I write /logout manually in my URL, it works fine. It is that the href tag is not putting /logout in the URL.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的
HREF
标记似乎没有文本。此外,您可能想尝试用单引号括起 freemarker 标签。试试这个:-Your
HREF
tag doesn't seem to have a text. Further, you might want to try wrapping the freemarker tag with single quotes. Try this:-