struts2 2.5(动态Action struts.xml web.xml 配置)

动态Actionhtml 要使用动态Action的时候,须要在struts.xml中加入java <constant name="struts.enable.DynamicMethodInvocation" value="true" /> 这句代码起到了说明动态Action的做用web 还须要声明动态Action中作使用的方法,代码以下:apache <allowed-methods>add,up
相关文章
相关标签/搜索