Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
jsp editor reports errors when taglib has attributes like ..
I used myeclipse with eclipse30RC1 and is working nice but i have the following problems:
if a taglib has a attribute like “xAttribute” the java bean convention is to have methods:
setxAttribute() and getxAttrbute and not setXAttribute and getXAttribute as myeclipse expects. In all taglibs that are using naming conventions like that, i got false errors (in reality the jsps are working in any container and any java version).