JavaServer TM Faces Release Notes
Change Log

Specification Version: 1.2
Implementation Version: 1.2_02-b03 FCS

New Features Added In This Release

We've added one new context initialization parameter since the release of 1.2_01
Paramter Name Description Default Value
com.sun.faces.compressJavaScript If true, then the JavaScript rendered by h:commandLink will be compressed to reduce the amount of whitespace transmitted in the response. If false then the JavaScript will be rendered to the client in a well formatted manner. true

Issues Resolved In This Release

ID Type Pri Plat Owner State Resolution Summary
378 DEFECT P1 All rlubke RESOLVED FIXED NPE from MethodbindingMethodExpressionAdapter.equals()
375 DEFECT P2 All rlubke RESOLVED FIXED output tags getting deleted after post-base of page with verbatim
355 DEFECT P3 All rlubke RESOLVED FIXED h:message not getting error message for component
364 DEFECT P3 All rlubke RESOLVED FIXED Incorrect parameter values submitted after non-linear navigation
368 DEFECT P3 All rlubke RESOLVED FIXED NPE when navigatine from PL before ViewRoot has been created
370 DEFECT P3 All rlubke RESOLVED FIXED Presence of multiple FacesServlet mappings in same URL will
376 DEFECT P3 All rlubke RESOLVED FIXED RequestDispatcher loop if FacesServlet is mapped to /*
381 DEFECT P3 All youngm RESOLVED FIXED XML problems with handling of & in renderers
382 DEFECT P3 All rlubke RESOLVED FIXED Submitting partially rendered page loses viewState
384 DEFECT P2 All rlubke RESOLVED FIXED FacesContextImpl throws an NPE instead of returning null
385 DEFECT P2 All rlubke RESOLVED FIXED Various expression adapters in jsf-api/template-src need a review
386 DEFECT P3 All rlubke RESOLVED FIXED clicking commandLink repeatadly causes JS error / locks all
395 DEFECT P3 All rlubke RESOLVED FIXED Clicking link causes page to scroll to top
399 DEFECT P3 All rlubke RESOLVED FIXED commandLinks in multiple forms fail with 1.2_02-20060818-NIGHTLY
369 ENHANCEMENT P3 All rlubke RESOLVED FIXED Dynamically creating hidden files for action components
383 FEATURE P3 All rlubke RESOLVED FIXED Add context init param to enable compression of rendered JS