首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

there is no action 地图ped for namespace action name的一种情况

2012-10-27 
there is no action mapped for namespace action name的一种情况写了struts2一个加载gridpanel的action在

there is no action mapped for namespace action name的一种情况
写了struts2一个加载gridpanel的action在里面没有用excute方法,而是单独写了findDocument方法,在配置时老是提示there is no action mapped for namespace action name,一个很常见的提示,开始以为是配置错误,后来才发现是struts文档中<constant name="struts.enable.DynamicMethodInvocation" value="false">不知道什么时候配的,改成true就可以了,这是struts允许动态方法调用的配置

热点排行