Struts2中如何获取freemarker中的action名称?
例如 http://localhost/market/pcsuite/edit.action
我可以获得操作名称“在 freemarker 文件 edit.flt 中编辑“?
e.g http://localhost/market/pcsuite/edit.action
Can I get the action name "edit" in the freemarker file edit.flt?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者
或者
在
action类
中创建一个getter,例如Or
Or
Create a getter in
action class
, e.g.