Hi Simon,

It's the Netbeans IDE's maven plugin that doesn't recognize the generated classes path and thus shows compile errors. I've switched to Eclipse (needed to add the maven plugin and enable dependency management and nested modules) and things work fine :-)

Best Regards,
Ganesh

Simon Lessard schrieb:
Hi,

The class gets generated by a Maven plugin using _UISelectItems as a base. It works fine for me. Did you checkout also the mavin plugin projects?


Regards,

~ Simon

On Sun, Apr 19, 2009 at 4:30 PM, Ganesh <[email protected] <mailto:[email protected]>> wrote:

    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


Reply via email to