Community
Participate
Working Groups
When declaring a taglib in a JSP page, there are two attributes to set: uri and prefix. The content assist is very nice in providing a list of available taglib for the uri attribute. The user experience could be improved by setting by default the value of prefix by the short name provided in the tld. There are two cases to pay attention at: - the prefix attribute is already set: that value should not be overridden. - the user would like to use another prefix: that case can be taken into account by putting the focus in the prefix attribute with the default value set to the short name. It is a small improvement, but that could be useful for people using often taglibs.