This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101616 - "<" is invalid interpreted inside <style> element in jsp
Summary: "<" is invalid interpreted inside <style> element in jsp
Status: RESOLVED DUPLICATE of bug 104286
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 16:34 UTC by Lukasz Grela
Modified: 2007-07-10 17:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Grela 2007-04-18 16:34:52 UTC
paste below document into jsp, it will be underscored but it should not be,
because of "<>".
<style type="text/css">
        div.menu_navigation-container {
        height:100px;
        width:100%;
        background-image:url('<skin:imgpath src="/ulalala-tralala/mygif.gif"/>');
        background-repeat:no-repeat;
        background-position:right top;
        }
    </style>
Comment 1 Marek Fukala 2007-07-10 17:41:56 UTC

*** This issue has been marked as a duplicate of 104286 ***