警告: No configuration found for the specified action:

警告: No configuration found for the specified action: 'addWeekly' in namespace: '/jsp/weekly'. Form action defaulting to 'action' attribute's literal value.

 

今天下午写了一个基于struts2的登录,完了报错,错误信息如上。

经过多番尝试,

jsp页面里的tag要改为如下形式。

<s:form method="post" action="login" namespace="/login">

 

注意,action前面是没有斜杠的,这个就是报错的根源。namespace为struts.xml里面package的namespace

你可能感兴趣的:(configuration)