Issue Details (XML | Word | Printable)

Key: SCALES-9
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: jasondlee
Reporter: jyeary
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
scales

TLD not Recognized by NetBeans IDE for most components.

Created: 25/Dec/10 01:30 PM   Updated: 25/Dec/10 01:32 PM
Component/s: autoComplete, carousel, chart, colorPicker, combo, contextMenu, dateSelector, htmlEditor, layout, menu, menuBar, multifileUpload, panel, PrettyUrlPhaseListener, resize, slider, tabView, tree
Affects Version/s: 2.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. ErrorImage.jpg
(89 kB)
Environment:

Mac OS X 10.6.5
NetBeans 6.9.1
Java 6 Update 22
Mojarra 2.1.0 FCS
GlassFish 2.1.1 (Mojarra updated)


Tags: maven netbeans


 Description  « Hide

Only a couple of the new components are displayed in the auto-completion: autocomplete, captcha, combo, dataTable, group, imageZoomer, and syntaxHighlighter. None of the other components are displayed. Also none of the attributes are displayed. The project is a Maven based project.

index.xhtml
<?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:h="http://java.sun.com/jsf/html"
      xmlns:sc="http://java.sun.com/mojarra/scales"
      >
    <h:head>
        <title>Facelet Title</title>
    </h:head>
    <h:body>
        <sc:tree>
            <sc:treeNode label="Node 1">
                <sc:treeNode label="Node 1-1"/>
                <sc:treeNode label="Node 1-2"/>
            </sc:treeNode>
                <sc:treeNode label="Node 2"/>
                <sc:treeNode label="Node 3"/>
        </sc:tree>
    </h:body>
</html>

I was attempting to use the tree component. The IDE has numerous errors, but the page will display. It produces a number of errors in the GlassFish logs as noted below.

Initializing Mojarra 2.1.0 (FCS ri-rc1) for context '/mojarra-scales-examples'
Monitoring jndi:/server/mojarra-scales-examples/WEB-INF/faces-config.xml for modifications
JSF1064: Unable to find or serve resource, tree.xhtml, from library, scales.
JSF1064: Unable to find or serve resource, treeNode.xhtml, from library, scales.



jyeary added a comment - 25/Dec/10 01:32 PM

Image from NetBeans 6.9.1 IDE