History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-24000
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Mike Hanafey
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

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

Created: 19 Dec 07 16:56   Updated: 14 Feb 08 20:24
Component/s: J2EE.JSF, XML editing
Fix Version/s: Diana 8243, Selena 7.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,590
Fixed in build: 8,062
Severity: Medium


 Description  « Hide
The schema definition for Facelets xmlns = "http://java.sun.com/jsf/facelets" in lib/resources.jar does not include a definition for "component".
ui:component
<ui:component id="" binding="">
  ...
</ui:component>


 All   Comments   Work Log   Change History      Sort Order:
Mike Hanafey - 01 Feb 08 18:14
Sorry, I should have included the fact that there is also a "rendered" attribute, type "boolean".

Maxim Mossienko - 02 Feb 08 18:48
Added rendered attribute to "component" definition, enjoy

Mike Hanafey - 14 Feb 08 18:50
The ui:debug component also needs a "rendered" attribute

Maxim Mossienko - 14 Feb 08 20:24
Added