Time is what we want the most, but what we use the worst. -- William Penn
Rushabh Vashi wrote:Struts.xml
.....................
<package name="default" extends="struts-default">
<action name="HelloWorld" class="example.HelloWorld">
<!-- <interceptor-ref name="interceptorTest"></interceptor-ref> -->
<result>/example/HelloWorld.jsp</result>
</action>
</package>
..........
........
......
.....
MyJspPage
<form action="/ServletTest" method="post">
<input type="submit">
</form
Do i neeed to map servlet into struts.xml also??
Time is what we want the most, but what we use the worst. -- William Penn
HTTP Status 404 - There is no Action mapped for namespace / and action name ServletTest.
Time is what we want the most, but what we use the worst. -- William Penn
Time is what we want the most, but what we use the worst. -- William Penn
WARNING! Do not activate jet boots indoors or you will see a tiny ad:
ScroogeXHTML - fast RTF to HTML and XHTML conversion
https://coderanch.com/t/749563/ScroogeXHTML-fast-RTF-HTML-XHTML
|