facebook

Loss of syntax highlighting for jstl tag inside style tag

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #224251 Reply

    arjan.tijms
    Member

    I stumbled upon a problem in the JSP editor where a jstl tag (i.e. c:out) inside an HTML style tag, causes the jstl portion to loose syntax highlighting.

    This is easily reproducable. Just to be sure, I tried it on a clean project (created with MyEclips wizard: J2EE 1.4 with jstl 1.1), did nothing else but creating one sample jsp file with the following content:

    
    <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>
    
    <html>
    <head>
    <style type="text/css">        
        <c:out value="bar" escapeXml="false" />                        
    </style>
    </head>
    <body>
    test
    </body>
    </html>
    

    Also worth mentioning is that whenever I start editting a new tag -before- the style tag, (e.g. I type <myta) the highlighting flickers on as long as I don’t close my new tag with the right angle bracket.

    My system is Eclipse 3.01, MyEclipse 3.8.4, JDK 1.4.2, Debian Linux, 2.6.8 kernel.

    #224259

    Riyad Kalla
    Member

    arjan,
    Sorry you had to run into this, it is a known problem we have filed and want to address soon, although it may be after 3.9.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Loss of syntax highlighting for jstl tag inside style tag

You must be logged in to post in the forum log in