| Author |
Message |
|
|
Post subject: CTRL-Clicking JSP includes not working if path starts with /
Posted: Aug 07, 2006 - 07:47 PM
|
|
Veteran Member


Joined: Oct 27, 2003
Posts: 4
|
|
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.... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 09, 2006 - 04:49 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
I have filed the issue, thank you for bringing this to our attention. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 21, 2006 - 09:46 AM
|
|
Veteran Member


Joined: Dec 15, 2003
Posts: 6
|
|
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.2\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
924_64
-vm
C:\WINDOWS\system32\javaw.exe |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 21, 2006 - 03:03 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
elao,
There is no workaround or fix at this time. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 19, 2006 - 03:07 PM
|
|
Veteran Member


Joined: Dec 15, 2003
Posts: 6
|
|
|
|
|
 |
|
|
Post subject:
Posted: Sep 20, 2006 - 03:38 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Not yet, but I made sure the development team is aware of it. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |