Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » No JSF 2 Facelets validation(Configuration problem, bug or missing feature?)
No JSF 2 Facelets validation [message #1062127] Thu, 06 June 2013 07:09
Thomas Paulsen is currently offline Thomas PaulsenFriend
Messages: 1
Registered: June 2013
Junior Member
- Windows 7 64
- Juno 64 (out of the box)
- Java 7 64

- new workspace
- new dynamic web project
- add JSF 2.1 facet (tried both Mojarra and Myfaces)

- new html file, template "New Facelets Composition page"
- add <div align="left" test=""></div>
-> no code completion posibble on <di
-> test is underlined, undefined attribute -> ok

- add <x:test></x:test>
-> <x:test> underlined, unknown tag -> wrong, should be "undefined namespace" or similar

- add <h:button test=""></h:button>
- nothing marked -> wrong, "test" isn't a valid attribute name

So my question: Configuration problem, bug or missing feature?

Kind regards and thanks in advance
Thomas


Previous Topic:Hosts in tomcat
Next Topic:Empty projects
Goto Forum:
  


Current Time: Sat Apr 27 04:32:53 GMT 2024

Powered by FUDForum. Page generated in 0.03085 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top