[richfaces-issues] [JBoss JIRA] Commented: (RF-3219) a4j:status doesn't stop

Uros Majeric (JIRA) jira-events at lists.jboss.org
Tue Apr 29 10:05:09 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-3219?page=comments#action_12411137 ] 
            
Uros Majeric commented on RF-3219:
----------------------------------

<a:region id="a4jregion" >
	<a:status for="a4jregion">
		<f:facet name="start">
			<h:graphicImage value="/img/loading.gif" styleClass="loading"/>
		</f:facet>
	</a:status>
<a4j:form id="galleriesForm">
<rich:inplaceInput value="#{igallery.tags}" id="tags" defaultLabel="#{messages.gallery_tags}">
<a4j:support event="onviewactivated" action="#{galleriesAction.updateGallery()}" reRender="galleriesForm" />
</rich:inplaceInput>
</a4j:form>

<a4j:form id="addGalleryForm">
<rich:togglePanel value="closed" switchType="ajax" stateOrder="closed,opened">
<f:facet name="closed">
<rich:toggleControl>add gallery</rich:toggleControl>
</f:facet>
<f:facet name="opened">
<s:div styleClass="galleryAlbum">
#{messages.gallery_title}:<br />
<h:inputText id="gtitle" value="#{gallery.title}" required="true" />
<rich:message for="gtitle" style="color:red;" />
<a4j:commandButton value="#{messages.save}" action="#{galleriesAction.saveGallery}" styleClass="btnSubmit" reRender="galleriesForm,addGalleryForm" />
</s:div>
</f:facet>
</rich:togglePanel>
</a4j:form>
</a:region>

Sorry for little confusing description. I was debuging this with firebug and I saw that I have get back the response but my image (<h:graphicImage value="/img/loading.gif" styleClass="loading"/>) did not hide.

Uros


> a4j:status doesn't stop
> -----------------------
>
>                 Key: RF-3219
>                 URL: http://jira.jboss.com/jira/browse/RF-3219
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: xhtml
> FF 2.0.0.14
> JBoss AS 4.2.2
> Seam 2.0
> RichFaces 3.2.0
>            Reporter: Uros Majeric
>             Fix For: 3.2.1
>
>
> I have a sample like this:
> 		<a4j:form id="galleriesForm">
> 			<rich:inplaceInput value="#{igallery.tags}" id="tags" defaultLabel="#{messages.gallery_tags}">
> 				<a4j:support event="onviewactivated" action="#{galleriesAction.updateGallery()}" reRender="galleriesForm" />
> 			</rich:inplaceInput>
> 		</a4j:form>
> 		
> 			<a4j:form id="addGalleryForm">
> 				<rich:togglePanel value="closed" switchType="ajax" stateOrder="closed,opened">
> 					<f:facet name="closed">
> 						<rich:toggleControl>add gallery</rich:toggleControl>
> 					</f:facet>
> 					<f:facet name="opened">
> 						<s:div styleClass="galleryAlbum">
> 							#{messages.gallery_title}:<br />
> 							<h:inputText id="gtitle" value="#{gallery.title}" required="true" />
> 							<rich:message for="gtitle" style="color:red;" />
> 							<a4j:commandButton value="#{messages.save}" action="#{galleriesAction.saveGallery}" styleClass="btnSubmit" reRender="galleriesForm,addGalleryForm" />
> 						</s:div>
> 					</f:facet>
> 				</rich:togglePanel>
> 			</a4j:form>
> when I edit some text in inplaceInput and press a tab (blurs a inplaceEditor) my a4j:status begin to work, but it doesn't stop. I figured it out that if I remove  <rich:message for="gtitle" style="color:red;" /> it works fine.
> Uros

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

        



More information about the richfaces-issues mailing list