如何获取外部javascript中的意思是struts中的js文件吗?
如果我想设置和检索 struts 中的值。
if i want to set and retrieve value of in struts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确的话,您希望在外部 javascript 文件中包含
。这是不可能的,因为 servlet 容器不会迭代 javascript 文件并将 javascript 文件中的 JspTags 替换为等效的 html。这仅在 jsp 或 jspx 文件上完成。
看不懂你的问题,我也不知道该写什么。
If I understand you correctly, you want to include
<html:text />
in an external javascript file.That's not possible as a servlet container doesn't iterate through a javascript file and replace JspTags in a javascript file to an html equivalent. This is only done on a jsp or jspx file.
Seeing I don't understand your question, I don't exactly know what to write.