Programming/Struts

struts 경고 in namespace: '/'. Form action defaulting to 'action' attribute's literal value

커널제로 2011. 7. 15. 11:38

출처: http://february2010.tistory.com

[WARN ] 01:51:22 [org.apache.struts2.components.Form] [time: 348261] - No configuration found for the specified action: 'findTest.action' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.


jsp에서 
    <s:form action="findTest.action" method="post" >
.action을 지워주세요~~


==
역시 인터넷은 짱이야