| Article: |
Introduction to Jakarta Struts Framework | |
| Subject: | Null ActionForms and action names | |
| Date: | 2001-11-23 10:43:13 | |
| From: | billmil | |
|
A nice series of articles.
<html:form action="login.action" focus="userName"> .... "The action that is defined here, login.action, must match an ActionMapping in the struts-config.xml file."
|
||
Showing messages 1 through 1 of 1.
-
Null ActionForms and action names
2002-07-25 07:52:14 tlozina [View]
It drops the .action and just looks at the prefix of the path. Remember in the web.xml file it directs all requests with suffix .action (*.action) to the ActionServlet? ActionServlet then uses the struts-config.xml to map the prefix to a mapping...


