[richfaces-issues] [JBoss JIRA] Created: (RF-6686) colorPicker: ajax buzzes on rerendering the component

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Thu Apr 2 11:29:23 EDT 2009


colorPicker: ajax buzzes on rerendering the component
-----------------------------------------------------

                 Key: RF-6686
                 URL: https://jira.jboss.org/jira/browse/RF-6686
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.BETA2
facelets
sun ri 1.2.12
Jboss server 3.2.3
            Reporter: Tsikhon Kuprevich
            Assignee: Nick Belaevski
            Priority: Critical


Try the following steps for the code sample below.
1. Click "reRender" button
=> ajax status sticks in "wait..." state

---------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:a4j="http://richfaces.org/a4j"
	xmlns:rich="http://richfaces.org/rich">
	<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
	<body>
	<f:view>
		<a4j:status startText="wait..." stopText="Done."></a4j:status>
		<h:form id="formID">
			<rich:colorPicker ></rich:colorPicker>

				<a4j:commandButton value="reRender" reRender="formID"></a4j:commandButton>

		</h:form>
	</f:view>
	</body>
</ui:composition>

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