标签:style blog io ar color os sp for on
1
<bean id="paraMethodResolver" class="org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver"> <property name="paramName"> <value>method</value> </property> </bean>
2
<form id="frmadduser" method="post" action="<%=path%>/mall/users.shtml"> <input type="hidden" name="method" value="updateuser" /> </form>
标签:style blog io ar color os sp for on
原文地址:http://www.cnblogs.com/manusas/p/4142626.html