解決ServletUrlRenderer WARN警告
posted on 2012-02-09 12:42 picture talk 閱讀(2751) 評論(1) 編輯 收藏 所屬分類: Java 、struts
posted on 2012-02-09 12:42 picture talk 閱讀(2751) 評論(1) 編輯 收藏 所屬分類: Java 、struts
解決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.<package name="Library" namespace="/example" extends="struts-default">
2. <action name="sum" class="example.HelloWorld">
3. <result name="positive">positive.jsp</result>
4. <result name="nagative">nagative.jsp</result>
5. </action>
6.</package>
2.jsp頁面
Java代碼
1.<s:form action="sum" namespace="/example" >
2. <s:textfield name="counta" label=" 操作數(shù)1"/>
3. <s:textfield name="countb" label=" 操作數(shù)2" />
4. <s:submit value="代數(shù)和" />
5.</s:form>
namespace,action確定
回復 更多評論
只有注冊用戶登錄后才能發(fā)表評論。 | ||
![]() |
||
網(wǎng)站導航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
|
||
相關(guān)文章:
|
||