Hi Simon,
I have run mvn install. In the API
javax.faces.component._SelectItemsIterator contains references to class
UISelectItems which doesn't exists. There is a class named
javax.faces.component._UISelectItems and if you wouldn't say it compiles
fine for you I'd think it's a typo in
javax.faces.component._SelectItemsIterator. Similar issues exist for
UIMessage and UIMessages.
Here's a link to the ViewVC of the 2_0_0 branch. I think it supports
that there is _UISelectItems, but no UISelectItems and that
_SelectItemsIterator references UISelectItems:
http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/component/
Can you please check this again?
Best Regards,
Ganesh
Simon Lessard schrieb:
Hi Ganesh,
I think you forgot to execute mvn install on the build maybe because
it compiles fine for me.
As for running the whole thing I don't think it would be working yet
since some Lifecycle phases were already modified to use the new Ajax
API on partial request, but there's no impl for that code yet. Once
the partial context and writer as well as JSP VDL are implemented then
I think a simpel test case will be runnable.
Regards,
~ Simon