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 38056 - EDITOR: Number as tag is not marked as invalid
Summary: EDITOR: Number as tag is not marked as invalid
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-12 15:36 UTC by David Kaspar
Modified: 2006-06-05 00:02 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 David Kaspar 2003-12-12 15:36:54 UTC
How to reproduce:
1) Create JSP file.
2) Type:
<1>
3) ERROR - "1" is not marked as invalid.
Comment 1 Marek Fukala 2004-10-08 13:37:17 UTC
there is no reason to mark it as an error - such a tag is a common
HTML/JSP plain text. The JSP editor behaves in the some way as HTML
editor.