facebook

JSP code completion removes colons. bug?

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #222587 Reply

    Marcus Beyer
    Member

    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?

    #222589 Reply

    Marcus Beyer
    Member

    to be more exactly:

    org.apache.jasper.JasperException: blah.jsp(x,y) quote symbol expected
    #222592 Reply

    Marcus Beyer
    Member

    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!

    #222593 Reply

    Riyad Kalla
    Member

    Yes it sure seems to be, I will file it. Thank you.

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