how to redirect to struts action from java script in struts 2?(如何从struts 2 中的java 脚本重定向到struts 动作?)
问题描述
如何从 java 脚本重定向到 struts 动作?
how to redirect to struts action from java script?
如果脚本中的条件成功,那么我需要在配置 xml 中调用一个操作,否则调用控件的任何操作都不需要停留在同一页面上?请帮忙?
if condition in the script got success then i need to invoke one action in the config xml, otherwise no action invoking the control needs to stay at same page? please help on this?
Java 脚本
HTML
config.xml
推荐答案
试试看
这会将您的窗口重定向到您的目的地
This will redirect your window into your destination
如果您想将您的值发送到其他页面,请按照此方法
If you want to sent your values to other page, then follow this method
我修改的是,将函数调用从按钮更改为表单提交.并从函数中删除不需要的东西
What I modified is, changed the function calling from button to form submit. And removed the unwanted things from function
这篇关于如何从struts 2 中的java 脚本重定向到struts 动作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!