Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Mossienko 
Subsystem
J2EE.JSF 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7590
Fixed in build
8062
Subsystems
0, 0
Severity
0
  • Submitted by   Mike Hanafey
    2 years ago (19 Dec 2007 16:56)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:56)
  • Jira: IDEA-42288
    (history, comments)

IDEA-42288

IDEA/lib/resources.jar!/standardSchemas/facelets.xsd does not include a definition for "component"

0
The schema definition for Facelets xmlns = "http://java.sun.com/jsf/facelets" in lib/resources.jar does not include a definition for "component".

{code:xml|title=ui:component}
<ui:component id="" binding="">
...
</ui:component>
{code}

Issue was resolved
Comments (4)
 
History (1)
 
Links
 
Mike Hanafey
  Mike Hanafey
01 Feb 2008 18:14
(2 years ago)
#permalink
Sorry, I should have included the fact that there is also a "rendered" attribute, type "boolean".
Maxim Mossienko
  Maxim Mossienko
02 Feb 2008 18:48
(2 years ago)
#permalink
Added rendered attribute to "component" definition, enjoy :)
Mike Hanafey
  Mike Hanafey
14 Feb 2008 18:50
(23 months ago)
#permalink
The ui:debug component also needs a "rendered" attribute :(
Maxim Mossienko
  Maxim Mossienko
14 Feb 2008 20:24
(23 months ago)
#permalink
Added