[richfaces-issues] [JBoss JIRA] Work started: (RF-3932) Ajax buzz if try to reRender pickList in modalPanel.

Denis Morozov (JIRA) jira-events at lists.jboss.org
Wed Jul 23 12:33:16 EDT 2008


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

Work on RF-3932 started by Denis Morozov.

> Ajax buzz if try to reRender pickList in modalPanel.
> ----------------------------------------------------
>
>                 Key: RF-3932
>                 URL: https://jira.jboss.org/jira/browse/RF-3932
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: 3.2.2.BETA1
>            Reporter: Alexander Dubovsky
>            Assignee: Denis Morozov
>             Fix For: 3.2.2
>
>
> Source:
> <rich:modalPanel id="modalPanel2ID" autosized="true" resizeable="false">
> 		<br />
> 		<h:inputText value="input"></h:inputText>
> 		<br />
> 		<h:outputLink onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;" ><f:verbatim>Close</f:verbatim></h:outputLink>
> 		<rich:pickList id="pickListID" >
> 			<f:selectItem itemValue="selectItem 0" itemLabel="selectItem 0" />
> 			<f:selectItem itemValue="selectItem 1" itemLabel="selectItem 1" />
> 			<f:selectItem itemValue="selectItem 2" itemLabel="selectItem 2" />
> 			
> 		</rich:pickList>
> 		<br />
> 		<a4j:commandButton reRender="pickListID" value="refresh"></a4j:commandButton>
> </rich:modalPanel>
> # Open modalPanel (see source code above)
> # Click "refresh" button
> Result: ajax buzz

-- 
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

        



More information about the richfaces-issues mailing list