You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "sabitha gopal pandit (JIRA)" <de...@myfaces.apache.org> on 2009/11/26 10:42:39 UTC

[jira] Created: (TRINIDAD-1644) Warning with component while removing an entry from the list box

Warning with<tr:selectOneListbox> component while removing an entry from the list box
-------------------------------------------------------------------------------------

                 Key: TRINIDAD-1644
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1644
             Project: MyFaces Trinidad
          Issue Type: Bug
            Reporter: sabitha gopal pandit


we are using the <tr:selectOneListbox> compoenent and the application provides a facility to all or remove elements from the list box
so when i edit the list box i get the following warning in my console

org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleSelectManyRenderer getSelectedIndices
WARNING: Some entries in value of CoreSelectManyListbox[UIXEditableFacesBeanImpl, id=p_756_finduserspropspopupformId8] not found in SelectItems: [1084] 

warning clearly mentions that the item was removed

so does this mean that this component doesnot expect the items to be removed from the listbox?
<tr:selectOneListbox>  components provides the facility to add or delete items from it. then why is the warning appearing for it ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.