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=" 操作數1"/> 3. <s:textfield name="countb" label=" 操作數2" /> 4. <s:submit value="代數和" /> 5.</s:form> namespace,action確定 回復 更多評論
Powered by: BlogJava Copyright © picture talk