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 196548 - Buggy tab completion for Tomahawk 20 and Facelets
Summary: Buggy tab completion for Tomahawk 20 and Facelets
Status: RESOLVED DUPLICATE of bug 198649
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 14:53 UTC by matsa
Modified: 2011-06-02 14:40 UTC (History)
1 user (show)

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 matsa 2011-03-10 14:53:15 UTC
As described in the posting: http://forums.netbeans.org/topic35590.html

I'm using <html xmlns:t="http://myfaces.apache.org/tomahawk"> to define the taglib.

The tab completion does not work properly. The only component I can complete is <t:inputHtml> for some reason. Fun part: if you type in the tag manually you can actually tab complete the tag's attributes. All lines containing tomahawk tags are marked as errors with the text: "The component library org.apache.myfaces.custom doesn't contain such component"


Note: 
- The same behaviour occurs in 7.0 Beta 2 on the same platform.
- It does not occur in regular jsp pages when the taglib is defined like this: 
        <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
Comment 1 matsa 2011-03-10 15:22:28 UTC
Also: my project is a Maven project.
Comment 2 matsa 2011-03-18 07:37:05 UTC
I wrote in my initial description "if you type in the tag manually you
can actually tab complete the tag's attributes". This only works in 6.9.1 and not in 7.0 Beta 2.
Comment 3 cdelmas 2011-06-01 12:10:09 UTC
The same problem occurs with version 7.0 final.
Comment 4 Marek Fukala 2011-06-02 14:40:12 UTC
Already fixed. Please verify.

*** This bug has been marked as a duplicate of bug 198649 ***