MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
minhur
Post subject: Ctrl+clicking on custom tag is not working with latest ME9  PostPosted: Aug 04, 2011 - 06:09 PM



Joined: Jun 12, 2009
Posts: 27

Starting with the latest upgrade to ME 9.1,
I'm unable to jump to custom tag files when ctrl+clicking it.

for example when my jsp has this:

Code:
<body><contentform:error />


ctrl clicking on contentform tag opened error.tag
The behavior is not happening anymore.
 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject:   PostPosted: Aug 05, 2011 - 06:07 AM



Joined: Nov 11, 2010
Posts: 2193

minhur ,

I could replicate the issue at my end. I have filed a PR for the dev team to work on it.
You can see it fixed in the future release.
Sorry for the inconvenience caused.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
minhur
Post subject:   PostPosted: Aug 05, 2011 - 02:49 PM



Joined: Jun 12, 2009
Posts: 27

Thank you for the prompt response.

I posted a similar bug with include tags

http://myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=26043&highlight=

hopefully these two issues can be resolved at the same time if they are related.
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Dec 22, 2011 - 08:32 PM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2518

The custom include issue is fixed in MyEclipse 10.0 GA.

The latest milestone release of 10.0.1 includes a fix for the custom tag problem. For more details on this release, click here.

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
minhur
Post subject:   PostPosted: Jan 30, 2012 - 11:02 PM



Joined: Jun 12, 2009
Posts: 27

I've tried the milestone stream and this works great now, many thanks.

This issue still exists though:
http://myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=26043&highlight=
Are there any plans to fix it anytime soon?
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Jan 30, 2012 - 11:11 PM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2518

minhur,

It was my understanding that the custom include issue had already been fixed; the fix should have been part of the 10.0 GA release. Do you still see the same issue as originally described in your other thread?

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
minhur
Post subject:   PostPosted: Jan 30, 2012 - 11:31 PM



Joined: Jun 12, 2009
Posts: 27

yes this is still happening.
To recap, what's happening is :

I have page.jsp calling custom tag:
Code:

<%@ taglib prefix="page" tagdir="/WEB-INF/tags/contentbase/page"%>
<html>
   <head>
      <title>test</title>
   </head>
   <body>
      <page:breadcrumb></page:breadcrumb>
   </body>
</html>


breadcrumb.tag has an %include
Code:

<%@ include file="/WEB-INF/pages/includes/attribute.jsp"%>
<div>test</div>


attribute.jsp looks like this
Code:

<%@ attribute name="label"%><s:set name="attr_label" value="#attr.label"/>


when ctrl+clicking from page.jsp on the word page:breadcrumb,
instead of getting breadcrumb.tag opened, attribute.jsp is opened.

the expected behavior is that I need to open breadcrumb.tag
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits