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 105435 - Fix "Unfinished tag" errors in vwp .jsp
Summary: Fix "Unfinished tag" errors in vwp .jsp
Status: RESOLVED DUPLICATE of bug 101119
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 21:23 UTC by _ krystyna
Modified: 2007-06-19 12:34 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 _ krystyna 2007-06-01 21:23:58 UTC
Build06011200
XP
JDK1.6.0_01

Please reassign to scripting category if this is not our
error to fix.



The new jsp editor flags what we normally output into our .jsp 
files, as an error of type "unfinished tag"

                <webuijsf:link binding="#{Page1.link1}" id="link1"
url="/resources/stylesheet.css"/>
    

The page will still work with the above errors, but to get rid of these 
warning, explicit closing tags are needed, e.g.


                   <webuijsf:link binding="#{Page1.link1}" id="link1"
url="/resources/stylesheet.css">
                    </webuijsf:link>

       

Every component we drop also does not have explicit closing tag,
so we get numerous unifished tag errors in our .jsp files.
This is true for 1.4 and ee5 projects and will affect migrated
projects as well.
Comment 1 _ sandipchitale 2007-06-01 21:45:59 UTC
This is a JSP editor issue. I think there are other similar bugs already filed.
Comment 2 _ sandipchitale 2007-06-08 02:44:48 UTC
Ressigning to web/jsp editor.
Comment 3 Marek Fukala 2007-06-19 12:34:22 UTC
a duplicate of issue #101119

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