[jbosstools-issues] [JBoss JIRA] (JBIDE-9930) OpenOns for ELs don't work in text nodes of JSP

Alexey Kazakov (Commented) (JIRA) jira-events at lists.jboss.org
Thu Oct 27 16:07:45 EDT 2011


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

Alexey Kazakov commented on JBIDE-9930:
---------------------------------------

try the following JSP in JSF2 KickStart project:
{code}
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
#{msgs.greeting}
</body>
</html>
{code}
                
> OpenOns for ELs don't work in text nodes of JSP
> -----------------------------------------------
>
>                 Key: JBIDE-9930
>                 URL: https://issues.jboss.org/browse/JBIDE-9930
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.M3
>            Reporter: Alexey Kazakov
>            Assignee: Victor Rubezhny
>            Priority: Minor
>             Fix For: 3.3.0.Beta1
>
>
> 1. Create a JSF 2 Kick Start project.
> 2. Create a JSP file.
> 3. Type #{} in some text node.
> 4. Ctrl+Space in #{|}
> 5. Select user.name
> 6. Try to Ctrl+Click on #{user.name}. It's not working. Let's fix it.
> It works in tag attributes of JSPs and text nodes and attributes of XHTML files.

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