Found this on the Struts site: "The Struts team encourages the use of the standard tags over the Struts specific tags when possible"
Does this mean I should use jstl from Sun or are the standard tags (c, fmt, sql, etc) that come with struts 1.1 just fine? If from Sun, is there some way to download and install just the standard tag libraries? They come bundled with J2EE 1.4 or Java Web Services Developer Pack 1.3, but I don't want to install either of those just to get the jstl 1.1. I just want to replace my c.tld, fmt.tld, standard.jar, etc., with the ones I should be using. Thanks.