On 11/16/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > I had a question about the .dtd files in the lib directory when I > downloaded > the struts 1.2.7. > > Do I need the .dtd files or are they optional? I never had any in my > project before I don't think.
You are not required to include the dtd files in your application, because a copy is embedded inside struts.jar already. However, the DTD does contain a lot of documentation about what elements and attributes you can define, so it is worth reading (especially when you update to a new version, to see what has changed). Shawn Craig