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 157957 - Facelets code-completion not working with Maven plugin
Summary: Facelets code-completion not working with Maven plugin
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 02:06 UTC by erspark
Modified: 2009-02-11 15:22 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 erspark 2009-02-05 02:06:52 UTC
Facelets code-completion doesn't work for a *.xhtml file if the file is opened from within a project using the Maven plugin.

(The file in the project tab is marked with the blue tag, identifying it correctly as a facelet, and the tags are
highlighted as if NetBeans recognizes them, ie. non-html tags are displayed in bold. )
Comment 1 rdelaplante 2009-02-11 15:21:16 UTC
It works for me...  Do your facelets files look like thi?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:c="http://java.sun.com/jstl/core">


</html>

Does the frameworks section of project properties dialog show Facelets under "Used frameworks" ?
Comment 2 rdelaplante 2009-02-11 15:22:06 UTC
Added self to CC list