Why doesn’t adding JSTL support to your project in the MyEclipse Web Project wizard add the proper TLD definitions to your web.xml?
Because they aren’t necessary and in most cases not needed.
Also, why doesn’t the JSP wizard offer to add JSTL TLD references when creating a JSP page?
It *should* do this, we agree. It’s annoying to need to type in the default URIs all the time.
One way to get around this is to import all taglibs once into a single JSP, and include that into everyother JSP you use in the project.