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 213713 - We do not support creation of the facelet-taglib file template?
Summary: We do not support creation of the facelet-taglib file template?
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 07:47 UTC by Martin Fousek
Modified: 2016-07-07 08:53 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-06-07 07:47:30 UTC
Product Version: NetBeans IDE Dev (Build 20120607-787661e89b16)
Java: 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02
System: Linux version 3.0.0-20-generic running on amd64; UTF-8; en_US (nb)

Not sure if I didn't overlook anything, but it looked to me that we havne't file template for the facelet-taglib.xml file. CC'ing few people who could know if something like this already exists there.

Probably something like this piece of XML in it should be sufficient:

<facelet-taglib version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd">
</facelet-taglib>
Comment 1 Marek Fukala 2012-06-07 08:08:24 UTC
No
Comment 2 Petr Jiricka 2012-06-08 07:39:32 UTC
This sounds like a useful enhancement.
Comment 3 Marek Fukala 2012-06-08 08:27:16 UTC
Sure, but IMHO very little people creates their own libraries, and just few of them make them public. And moreover not all of the small remain provide the arbitrary descriptor. But since it super simple to implement lets do it ;-)
Comment 4 ethermion 2012-06-10 01:44:35 UTC
facelet-taglib.xml is required if you want to make your own internal libary with your own namespace (xmlns:e="http://myname.com/mytaglib") and  is required if you want to jar up converters and validators.

If trivial, very worthwhile.

-e
Comment 5 Martin Balin 2016-07-07 08:53:24 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss