评论
# re: 解决ServletUrlRenderer WARN警告
2012-02-09 12:43
picture talk
解决ServletUrlRenderer WARN警告:
[org.apache.struts2.components.ServletUrlRenderer:http-8000-1:45] - No configuration found for the specified action: 'sums' in namespace: '/example'. Form action defaulting to 'action' attribute's literal value.
struts.xml配置:
Java代码
1.
2.
3. positive.jsp
4. nagative.jsp
5.
6.
2.jsp页面
Java代码
1.
2.
3.
4.
5.
namespace,action确定
回复 更多评论