码迷,mamicode.com
首页 > Web开发 > 详细

inddy--jsp页面的相关传值方案

时间:2017-04-24 12:34:32      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:ring   port   undle   getc   can   business   manager   res   com   

1. 在cancel的form里

使用  encodeAsFormParameters()方法

<form:form source="<%="/" + pageName %>" name="" action="">
	<%=VisaManager.encodeAsFormParameters(brkAccount, ManageBrokerageImport.BROKER_VISA_NAME) %>
	<form:cancel value=‘<%=bundle.getComponentString(basePageName+".Button.Cancel",SecurityUtils.ENCODING_OPTION_HTML_ENCODING)%>‘ />
    <indy:indyHelp value=‘<%=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页面的相关传值方案

标签:ring   port   undle   getc   can   business   manager   res   com   

原文地址:http://www.cnblogs.com/nelson-hu/p/6755353.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!