[JIRA] Updated: (SCALES-9) TLD not Recognized by NetBeans IDE for most components.
- From: "jyeary (JIRA)" <jira-no-reply@kenai.com>
- To: issues@scales.kenai.com
- Subject: [JIRA] Updated: (SCALES-9) TLD not Recognized by NetBeans IDE for most components.
- Date: Sat, 25 Dec 2010 13:33:11 +0000 (GMT+00:00)
- Auto-submitted: auto-generated
[
http://kenai.com/jira/browse/SCALES-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jyeary updated SCALES-9:
------------------------
Attachment: ErrorImage.jpg
Image from NetBeans 6.9.1 IDE
> TLD not Recognized by NetBeans IDE for most components.
> -------------------------------------------------------
>
> Key: SCALES-9
> URL: http://kenai.com/jira/browse/SCALES-9
> Project: scales
> Issue Type: Bug
> Components: autoComplete, carousel, chart, colorPicker, combo,
> contextMenu, dateSelector, htmlEditor, layout, menu, menuBar,
> multifileUpload, panel, PrettyUrlPhaseListener, resize, slider, tabView,
> tree
> Affects Versions: 2.0
> 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)
> Reporter: jyeary
> Assignee: jasondlee
> Attachments: ErrorImage.jpg
>
>
> 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.
> {code:title=index.xhtml|borderStyle=solid}
> <?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>
> {code}
> 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.
> {quote}
> 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.
> {quote}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://kenai.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
[JIRA] Created: (SCALES-9) TLD not Recognized by NetBeans IDE for most components. |
jyeary (JIRA) | 12/25/2010 |
|
[JIRA] Updated: (SCALES-9) TLD not Recognized by NetBeans IDE for most components. |
jyeary (JIRA) | 12/25/2010 |





