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 153434 - V3:JSF library file was missing
Summary: V3:JSF library file was missing
Status: RESOLVED DUPLICATE of bug 152333
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 00:57 UTC by davisn
Modified: 2009-02-19 23:04 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-11-19 00:57:54 UTC
jsf-impl.jar file was missing from the Library. As the result when insert JSF component to jsp file, error message occurs
with taglib below:
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>

This bug is probably the same as bug 153407.

Step to Reproduce:
1. Install NB 6.5 RC build
2. Create a  Glassfish V3 web project with selecting Java Server Face component
3. Open index.jsp file to view
BUG:
  Error message displays as "The absolute uri: http://java.sun.com/jsp/core can not be resolved in the web.xml...
Comment 1 Vince Kraemer 2008-11-21 03:20:33 UTC
i think this is a dup of issue 153407
Comment 2 davisn 2008-11-22 01:32:00 UTC
When I used Netbean IDE Dev today (11/21/08) to verify the problem,
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%> this problem does not occurs anymore, but (issue 153407)

<%@taglib prefix="f" uri="http://java.sun.com/jsp/jstf/core"%> still occurs 
Comment 3 Vince Kraemer 2008-12-01 19:25:34 UTC
so... this is actually fixed in the trunk.

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