| Author |
New to struts
|
Lalit mishra
Ranch Hand
Joined: Sep 01, 2005
Posts: 99
|
|
what does this mean <servlet-mapping> <servlet-name>action</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping>
|
 |
Dom Lassy
Ranch Hand
Joined: May 05, 2006
Posts: 181
|
|
|
It means any request URI with the extension .do will be mapped to the action servlet.
|
 |
 |
|
|
subject: New to struts
|
|
|