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 149255 - unexpected symbol for generated rgb values:
Summary: unexpected symbol for generated rgb values:
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 15:50 UTC by Jindrich Sedek
Modified: 2010-05-06 20:13 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 Jindrich Sedek 2008-10-06 15:50:23 UTC
use this code:
--------------
day {
    color: rgb(${255}, ${255}, ${255});
}
------------
unexpected symbol ","
hopefully unusual case - P4
Comment 1 Marek Fukala 2010-05-06 20:13:03 UTC
works fine for me now (in a style section in a jsp file)