jsr344-experts@javaserverfaces-spec-public.java.net

[jsr344-experts] Re: 20110927 Expert Draft Available, includes sketches for 730-flows and 802-FileUpload

From: <hanspeter.duennenberger_at_credit-suisse.com>
Date: Wed, 19 Oct 2011 10:27:51 +0000 (GMT)

Hi Ed,

maybe a bit late, but .. - no but ;-)

I mainly looked over the Changes between 2.1 to 2.2 in the PDF and of
course checked the issues I worked on. Here my findings.

In the Preface / Changes between 2.1 to 2.2

1. Issue 917 also solved issues 914 (missing ResourceWrapper
methods) and
        938 (missing PartialRequestWrapper method) - maybe mention the
issue numbers too.


2. With issue 787 an additional method was introduced in
UIViewRoot:
        - public void restoreViewScopeState(FacesContext context,
Object state)
        Modified files:
M
jsf-api/src/main/java/javax/faces/view/StateManagementStrategy.java
M jsf-api/src/main/java/javax/faces/component/UIViewRoot.java


3. Issue 1001 description the tag example is not up to date, it
was changed to have <component> element nesting the <resource-id>
element.
From issue comment:
 <tag>
   <tag-name>layout</tag-name>
   <component>
     <resource-id>myCC/whatever.xhtml</resource-id>
   </component>
 </tag>


4. I miss mentioning issue 1032 - modification on
UIForm.createUniqueId()
        to respect prependId="false" and call createUniqueId() on next
parent UniqueIdVendor in that case.


In Progess Proposals
- Maybe additionaly mention issue JAVASERVERFACES_SPEC_PUBLIC-947 -
Relative Resources, which Jakob is working on


Cheers
Hanspeter

p.s. hope to find time to read more of it