Re: Re: error on struts 1.1

2007-05-07 Thread Paul Benedict
What an email chain!! So much speak, so little investigation There is an "all" jar which contains everything (libraries, source, documentation, etc.) and also a "doc" jar which contains only the documentation. Also Struts 1.3 does not need the TLD files as separate entities; they are included

RE: Re: error on struts 1.1

2007-05-07 Thread Karr, David
You don't need to store tld files anywhere. They are already stored inside the taglib jar file (like "struts.jar"). You also don't need the "taglib" elements in your web.xml. The "uri" element in the taglib directive in your JSP should reference the standard URI associated with each taglib (whic