[jbosstools-issues] [JBoss JIRA] (JBIDE-10180) VPE source navigation: open-on tld file in place corresponding to particular custom tag

Vitali Yemialyanchyk (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 30 14:35:43 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646845#comment-12646845 ] 

Vitali Yemialyanchyk commented on JBIDE-10180:
----------------------------------------------

Is interesting to know, can I use "JSF Capability" from JBoss Tools to fix the issue? My project is not JSF related project, but I'd like to use taglib navigation feature...
"2.3.3. Adding JSF Capability to Any Existing Eclipse Project" - from
http://www.redhat.com/developer_studio/guides/jsf/html_single/
I've find what is possible to add own tag library to JBossTools palette, but I do not sure is it suitable for navigation in my own tag library?
May be this issue is not open issue for JBossTools?
                
> VPE source navigation: open-on tld file in place corresponding to particular custom tag
> ---------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10180
>                 URL: https://issues.jboss.org/browse/JBIDE-10180
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: jsp/jsf/xml source editing
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Alexey Kazakov
>            Priority: Minor
>             Fix For: LATER
>
>
> 1) https://issues.jboss.org/browse/JBIDE-10173 has attached projects.zip, extract 2 demo projects from projects.zip in some folder on you PC intended for such things;
> all steps till step 5 are the same as https://issues.jboss.org/browse/JBIDE-10173
> ...
> 6) open stopka-ui-test\src\main\webapp\test.jspx page with VPE:
> {code}
> <stopka:page xmlns="http://www.w3.org/1999/xhtml"
>          xmlns:stopka="http://stopka.us"
>          xmlns:jsp="http://java.sun.com/JSP/Page"
>          xmlns:c="http://java.sun.com/jsp/jstl/core"
>          xmlns:utils="http://stopka.us/ui/utils">
>     <jsp:output xmlns:jsp="http://java.sun.com/JSP/Page" omit-xml-declaration="yes"/>
>     <c:set var="bannerType" scope="page" value="simple"/>
>     <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
>     <head>
>         <title>StopKa filemanager</title>
>         <stopka:css file="system/styles/stopka.css" />
>         <utils:common-head-data/>
>         <stopka:css file="system/styles/filemanager.css" />
>     </head>
>     <body>
> 	    <div class="component">
> 	        <div class="subitem">
> 	        </div>
> 	    </div>
> 	<div class="article"/>
>         <div class="in_stopka">
>         </div>
>         <div class="in_filemanager">
>         </div>
>     </body>
>     </html>
> </stopka:page>
> {code}
> 7) try to open "stopka:css" or "utils:common-head-data":
> {code}
>         <stopka:css file="system/styles/stopka.css" />
>         <utils:common-head-data/>
>         <stopka:css file="system/styles/filemanager.css" />
> {code}
> with Ctrl + left mouse button click it does not work;
> Expected result: should open related tld file -> stopka.tld for it particular case.
> Note: stopka.tld can be stored in jar file or directly in directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list