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 148115 - V3:JSTL Sample Project needs to be updated
Summary: V3:JSTL Sample Project needs to be updated
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 23:13 UTC by davisn
Modified: 2013-02-13 10:20 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 davisn 2008-09-23 23:13:56 UTC
-Tag Library Validator Examples of JSTLExamples Webapp project needs to be updated
-org.apache.jasper.JasperException (HTTP 500) message appeared when execute some of the jsp files

Steps to Reproduce:
1. Create a new Web Project > select Samples > JSTL Examples 
2. Change JSTLExamples project runtime from Glassfish V2 to Glassfish V3
3. Select to "Run" the project
4. Click "Tag Library Validators" link under jstl-examples page
5. Click "PermittedTaglibs Error" or "ScriptFree Error"
BUG:
    HTTP 500 Error Status occurs 
    Exception message should be handled gracefully
Comment 1 Vince Kraemer 2008-10-02 01:15:40 UTC
we are past ui freeze and feature freeze.  supporting automatic start would require some UI to allow the user to control
it....
Comment 2 Vince Kraemer 2008-10-02 01:17:13 UTC
comments and changes in wrong issue....
Comment 3 Vince Kraemer 2008-10-02 01:30:02 UTC
the error is the same in v2... and very similar in v3

it looks like the behavior you see is the intended behavior...

ScriptFree Error  

This example shows a JSP page using the ScriptFree TLV. Because this page uses scripting elements, a translation error
is reported when accessing the page.

and ....

PermittedTaglibs Error  

This example shows a JSP page using the PermittedTaglibs TLV. Because this page uses tag libraries that are not allowed,
a translation error is reported when accessing the page.

closing as invalid