[ 
https://jira.jboss.org/jira/browse/RF-4279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-4279:
-------------------------------

        Summary: Select many is not handled properly by AJAX  (was: Select many 
is not handled properly)
    Description: 
                                <h:form>
                                        <h:panelGroup layout="block" id="group">
                                                <h:selectManyListbox 
value="#{bean.values}">
                                                        <f:selectItem 
itemValue="1" />
                                                        <f:selectItem 
itemValue="2" />
                                                        <f:selectItem 
itemValue="3" />
                                                        <f:selectItem 
itemValue="4" />
                                                        <f:selectItem 
itemValue="5" />
                                                </h:selectManyListbox>
                                        </h:panelGroup>
                                
                                        <h:commandButton value="Submit" />
                                        <a4j:commandButton value="ajax Submit" 
/>
                                </h:form>

Select some items, then submit ajax button

  was:
                                <h:form>
                                        <h:panelGroup layout="block" id="group">
                                                <h:selectManyListbox 
value="#{bean.values}">
                                                        <f:selectItem 
itemValue="1" />
                                                        <f:selectItem 
itemValue="2" />
                                                        <f:selectItem 
itemValue="3" />
                                                        <f:selectItem 
itemValue="4" />
                                                        <f:selectItem 
itemValue="5" />
                                                </h:selectManyListbox>
                                        </h:panelGroup>
                                
                                        <h:commandButton value="Submit" />
                                        <a4j:commandButton value="ajax Submit" 
/>
                                </h:form>




> Select many is not handled properly by AJAX
> -------------------------------------------
>
>                 Key: RF-4279
>                 URL: https://jira.jboss.org/jira/browse/RF-4279
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.2.2
>
>
>                               <h:form>
>                                       <h:panelGroup layout="block" id="group">
>                                               <h:selectManyListbox 
> value="#{bean.values}">
>                                                       <f:selectItem 
> itemValue="1" />
>                                                       <f:selectItem 
> itemValue="2" />
>                                                       <f:selectItem 
> itemValue="3" />
>                                                       <f:selectItem 
> itemValue="4" />
>                                                       <f:selectItem 
> itemValue="5" />
>                                               </h:selectManyListbox>
>                                       </h:panelGroup>
>                               
>                                       <h:commandButton value="Submit" />
>                                       <a4j:commandButton value="ajax Submit" 
> />
>                               </h:form>
> Select some items, then submit ajax button

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to