I downloaded the latest snapshot jars from 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidad/trinidad-impl/1.0.8-SNAPSHOT/

I opened the patches for the 812 item,  I did a search in the jars and I 
couldn't find the SelectItemGroup  word in any of the jars

I tried to use fix, without applying the patch itself, and it didn't work for 
me.
My code:
<tr:selectOneChoice label="Select test" value="test">
    <f:selectItems value = "#{BBean.items}"/>
</tr:selectOneChoice>

public List<SelectItem> getItems()
{ 
    List<SelectItem> items= new LinkedList<SelectItem>();
    SelectItemGroup group1 = new SelectItemGroup("group 1");
    SelectItem[] subItems = new SelectItem[]{new SelectItem("item 1 1", "item 1 
1"),new SelectItem("item 1 2", "item 1 2")};
    group1.setSelectItems(subItems);
    items.add(group1);
    items.add(new SelectItem("test 1", "test 1"));
    return espJobCommands;
}


----- Original Message ----
From: Andrew Robinson <[EMAIL PROTECTED]>
To: MyFaces Discussion <users@myfaces.apache.org>
Sent: Tuesday, April 15, 2008 2:27:53 PM
Subject: Re: [Trinidad] : 1.0.8 Snapshot and 
http://issues.apache.org/jira/browse/TRINIDAD-812

It appears as if the SVN commits are there:
http://issues.apache.org/jira/browse/TRINIDAD-812?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

Is it a matter of you are not seeing the changes, or that the changes
do not fix your problem?

-Andrew

On Tue, Apr 15, 2008 at 12:22 PM, Ana Tatavu <[EMAIL PROTECTED]> wrote:
>
> Hi,
> At the first sight the issue TRINIDAD-812  patch is not part of the latest
> 1.0.8 snapshot.
> (SelectItemGroup cannot be found in any of the jars)
>
> Do you plan to include the patch in 1.0.8 jars?
>
> Thank you,
> Ana
>  between 0000-00-00 and 9999-99-99 <hr size=1>Instant message from any web
> browser! Try the new <a
> href="http://ca.messenger.yahoo.com/webmessengerpromo.php";><b> Yahoo! Canada
> Messenger for the Web BETA</b></a>


      __________________________________________________________________
Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! 
Canada Messenger at http://ca.beta.messenger.yahoo.com/

Reply via email to