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 104115 - JSP editor has syntax errors, but doesn't appear to break anything in designer
Summary: JSP editor has syntax errors, but doesn't appear to break anything in designer
Status: RESOLVED DUPLICATE of bug 101119
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 20:44 UTC by sjangity
Modified: 2007-06-19 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jsp editor syntax errors (272.57 KB, image/jpeg)
2007-05-16 20:45 UTC, sjangity
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sjangity 2007-05-16 20:44:52 UTC
Build 20070515, WinXP

Peter, I am working with a customer app (built in NB 5.5 VWP) that I've imported
into NB 6.0. I don't get any errors at design time or see any errors in the
logs, but when I view the JSP editor it complains about things like the
following line in the attached image:

<div style="left: 0px; top: 528px; position: absolute; width: 100%">

The param "width" is not recognized in the editor.

Similarily, in the bottom of the image you'll see the following line:

<ui:script url="resources/BubbleTooltips.js"/><![CDATA[<!-- workaround!!
--></body>]]></ui:html>

The JSP editor complained about this, as well.

I don't know the true impact of this bug, so filing as a P2. Since it is a
customer application, I'll send the application link via a private email. Thanks.
Comment 1 sjangity 2007-05-16 20:45:25 UTC
Created attachment 42479 [details]
jsp editor syntax errors
Comment 2 Peter Zavadsky 2007-05-17 06:51:38 UTC
The designer doesn't have to do anything with the jsp source, passing to insync.
Comment 3 _ sandipchitale 2007-05-17 07:18:39 UTC
May be this is related to 99526?
Comment 4 Jindrich Sedek 2007-05-17 13:20:59 UTC
this issue is probably duplicate of issue #99105 - inline style error
Comment 5 Marek Fukala 2007-06-19 11:59:24 UTC
1) the problem with inlineds css style has already been fixed.
2) from what I see in the screenshow - the expression language causes the errors as well. This is because of issue
#87014 - the EL breaks the lexing of html code. This is actually filled in issue #101119

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