Hi guys, Where can I find direct documentation for the <ACTION> tag in the struts config file? I have looked at the stuff on the Struts site, but it's not like just the facts of what the attributes are and what they require.
Darryl A. J. Staflund
Ranch Hand
Joined: Oct 06, 2002
Posts: 303
posted
0
Hi there, Have you taken a look at the struts-config_1_1.dtd file that comes bundled with the Struts download. It is well documented and makes mention of each element and attribute of the struts-config.xml file. Also, most books on Struts takes about the struts-config.xml file and the elements and attributes that make it up. Darryl