JSP code completion removes colons. bug? MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 3 replies, 2 voices, and was last updated 19 years, 10 months ago by Riyad Kalla. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 12, 2005 at 5:11 am #222587 Reply Marcus BeyerMember MyEclipse 3.8.3., Eclipse 3.0.1, Win XP. I just did code completion on the class value of the tag <jsp:useBean class="java.lang.String"/> resulting in <jsp:useBean class=String/> Tomcat 5 tells me: colons are missing! Is this a bug? January 12, 2005 at 5:15 am #222589 Reply Marcus BeyerMember to be more exactly: org.apache.jasper.JasperException: blah.jsp(x,y) quote symbol expected January 12, 2005 at 5:24 am #222592 Reply Marcus BeyerMember As I found out, leaving out the package name isn’t working (not specified?) in <jsp:useBean class=”…”>. So removing the package automatically on shift+space seems to be the bug! January 12, 2005 at 5:24 am #222593 Reply Riyad KallaMember Yes it sure seems to be, I will file it. Thank you. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) Reply To: JSP code completion removes colons. bug? You must be logged in to post in the forum log in