facebook

CTRL-Clicking JSP includes not working if path starts with /

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

    Sveinn Jonsson
    Participant

    Hi,
    after I upgraded to MyEclipse 5M2&GA
    I’m unable to “CTRL-click” on include directives in my JSP files IF the path to the include file is absolute, i.e. starts with /

    For example:
    This doesn’t work:
    <%@ include file=”/WEB-INF/includes/blabla.include” %>

    But using relative paths works, for example this does works if the JSP file is in the web root folder:
    <%@ include file=”WEB-INF/includes/blabla.include” %>

    And if the JSP file is in a folder under the web root folder then this works:
    <%@ include file=”../WEB-INF/includes/blabla.include” %>

    ..etc…

    Similar problem was mentioned in the following thread topic: Unable to open include files in JSP

    I really miss this feature, I use includes alot and always with absolute paths….

    #256408 Reply

    Riyad Kalla
    Member

    I have filed the issue, thank you for bringing this to our attention.

    #257230 Reply

    Xavier GORSE
    Member

    Hi,

    I’ve got the same problem

    Is there any solution or workaround ?

    Can’t use 5.0 with this problem

    Thanks

    ————————–

    *** Date: Mon Aug 21 10:42:27 CEST 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_06

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0 GA
    Build id: 20060805-5.0-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.2.0
    Build id: M20060629-1905

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.0.v20060626
    Build id: 20060627-0816

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    E:\eclipse\3.2\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    924_64
    -vm
    C:\WINDOWS\system32\javaw.exe

    #257240 Reply

    Riyad Kalla
    Member

    elao,
    There is no workaround or fix at this time.

    #258744 Reply

    Xavier GORSE
    Member

    Any news for this bug ?

    #258791 Reply

    Riyad Kalla
    Member

    Not yet, but I made sure the development team is aware of it.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: CTRL-Clicking JSP includes not working if path starts with /

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