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 227860 - JSP/JSTL Error Parsing File which is valid expression.
Summary: JSP/JSTL Error Parsing File which is valid expression.
Status: RESOLVED DUPLICATE of bug 225442
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-24 04:00 UTC by antonioni
Modified: 2013-03-24 18:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The project tree shows a red exclamation in a valid JSP file (86.66 KB, image/png)
2013-03-24 04:00 UTC, antonioni
Details
File that contains the function that causes the problem (8.82 KB, text/plain)
2013-03-24 17:04 UTC, antonioni
Details
JSP file that displays the hint (9.85 KB, application/octet-stream)
2013-03-24 17:10 UTC, antonioni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antonioni 2013-03-24 04:00:39 UTC
Created attachment 132988 [details]
The project tree shows a red exclamation in a valid JSP file

JSP/JSTL Error Parsing File which is valid expression. The project tree shows a red exclamation hint in a JSP file that works fine and don't have no sintax problem.
Comment 1 Vladimir Riha 2013-03-24 10:38:14 UTC
Could you please attach sample file ? Thanks
Comment 2 antonioni 2013-03-24 17:04:23 UTC
Created attachment 132999 [details]
File that contains the function that causes the problem

Function "showDivLogin" (line 237) causes the exhibition of the hint.
Comment 3 antonioni 2013-03-24 17:10:01 UTC
Created attachment 133001 [details]
JSP file that displays the hint

In this file, the function "hideDivLogin" in the "onclick" event displays the hint in the project tree. For example, if I replace this function for the function 'alert('aString')", the hint disappears.
Comment 4 Vladimir Riha 2013-03-24 18:19:22 UTC
Thanks a lot. It works fine in Dev build, I believe it has been fixed with issue 225442 and will be part of patch. You can already try it in Dev build [1]


[1] http://bits.netbeans.org/netbeans/trunk/nightly/

*** This bug has been marked as a duplicate of bug 225442 ***
Comment 5 Vladimir Riha 2013-03-24 18:34:27 UTC
Btw Action Items window shows error but it is nowhere displayed in editor/projects window, I filed issue 227869 for that