首页 > 代码库 > inddy--jsp页面的相关传值方案
inddy--jsp页面的相关传值方案
1. 在cancel的form里
使用 encodeAsFormParameters()方法
<form:form source="<%="/" + pageName %>" name="" action=""> <%=VisaManager.encodeAsFormParameters(brkAccount, ManageBrokerageImport.BROKER_VISA_NAME) %> <form:cancel value=http://www.mamicode.com/‘<%=bundle.getComponentString(basePageName+".Button.Cancel",SecurityUtils.ENCODING_OPTION_HTML_ENCODING)%>‘ /> <indy:indyHelp value=http://www.mamicode.com/‘<%=bundle.getComponentString(basePageName+".Button.Help",SecurityUtils.ENCODING_OPTION_HTML_ENCODING)%>‘ url=‘<%=bundle.getComponentString(basePageName+".Url.Help",SecurityUtils.ENCODING_OPTION_HTML_ENCODING).trim()%>‘ /> </form:form>
然后在随后得页面使用 decodeBusinessObject()方法
brokerage = (Issuer)VisaManager.decodeBusinessObject(request, ManageBrokerageImport.BROKER_VISA_NAME);
2. search and resulttable example ----> manage-brokerage-accounts.jsp
inddy--jsp页面的相关传值方案
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。