Bug 177018 - Need to update Mojarra in GF: <h:***> Errors in xhtml file for Maven JSF 2.0 projects
Marek Fukala <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
https://netbeans.org/bugzilla/show_bug.cgi?id=177018 Description: Some facelets files in maven web project may be flagged as errorneous and code completion may offer inaccurate items Cause: The maven web project doesn't contain jsf-impl.jar on the classpath by default. The facelets support defaults to jsf-impl.jar from web.jsf20 library if none other is found. However the web.jsf20 library contained old implementation of Mojarra. Fix: 1) Library updated to version 2.0.2b-07 2) updated POMs of the web.jsf20 module Code reviewed and approved by QE already http://hg.netbeans.org/web-main/rev/1e6ef46b794d Thanks, Marek