facebook

Page Directive Bug

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #219393 Reply

    Patryn
    Member

    Hi,

    I have WinXP + Eclipse 3.0.1 + MyEclipse 3.8.2 + latest QF.
    Following Problem, a typical JSP-Page-Directive her starts this way:

    
    <%@ page contentType="text/html;charset=iso-8859-15"
                 session="false"
                 import="
        de.init.coremedia.generator.common.Helper,
        hox.corem.servlets.Document,
        hox.log.Log"
    
    %>

    If i go on the first position in the empty line behind the import (behind Log, the line behind), and enter backspace, the empty line gets deleted like expected, but the whole page-directive gets red marked than, i have to delete and reenter the quote behind log, to get the red problem marker away.

    The Problem told from myeclipse is then the import hox.log.Lo cannot be resolved, g is missing but i havnt deleted in, i can see it in editor too.

    Why i cant include greater than in my post? I get on the homepage than.


    André

    #219424 Reply

    Scott Anderson
    Participant

    Andre,

    Can you break up the directive and see if this corrects the issue:

    
    <%@ page language="java" contentType="text/html;charset=iso-8859-15" %>
    <%@ page session = false %>
    <%@ page import ="de.init.coremedia.generator.common.Helper,
       hox.corem.servlets.Document,
       hox.log.Log" %>
    
    #219484 Reply

    Patryn
    Member

    No, has no influence at all.
    However, only small anoyance, if no one can reproduce (i can ever with every file) it is not so important.


    Andre

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Page Directive Bug

You must be logged in to post in the forum log in