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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jul 17 04:19:52 EDT 2008


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: Nick Belaevski


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