标签: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
标签:ring port undle getc can business manager res com
原文地址:http://www.cnblogs.com/nelson-hu/p/6755353.html