[jbosstools-issues] [JBoss JIRA] (JBIDE-11140) OpenOn does not work for files referenced with EL variable

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Wed May 23 09:40:19 EDT 2012


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

Victor Rubezhny commented on JBIDE-11140:
-----------------------------------------

The last case is not a proper CSS Stylesheet definition link. It should have rel="stylesheet" attribute value due to load a CSS stylesheet:
{code}
<link rel="stylesheet" href="#{facesContext.externalContext.requestContextPath}/stylesheet/theme.css"/>
{code}

So, we have no defined Open On for the case when no 'rel' attribute defined. Our open on is invoked only if rel="stylesheet" attribute value is defined for <link /> tag.
                
> OpenOn does not work for files referenced with EL variable
> ----------------------------------------------------------
>
>                 Key: JBIDE-11140
>                 URL: https://issues.jboss.org/browse/JBIDE-11140
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.Beta1
>         Environment: JBT 3.3.0.  Beta1 2012-02-29_14-32-12-H100
>            Reporter: Vlado Pakan
>            Assignee: Victor Rubezhny
>             Fix For: 3.4.x
>
>
> Open On does not work for files in this tags when EL variable is used to specify file location:
> <h:graphicImage value="#{facesContext.externalContext.requestContextPath}/img/seamlogo.png"/>
> <a:loadStyle src="#{facesContext.externalContext.requestContextPath}/stylesheet/theme.css"/>
> <link href="#{facesContext.externalContext.requestContextPath}/stylesheet/theme.css"/>
> Pages are rendered properly in VPE.

--
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