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

Vladislav Baranov (JIRA) jira-events at lists.jboss.org
Tue Apr 29 06:54:08 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3219?page=all ]

Vladislav Baranov resolved RF-3219.
-----------------------------------

    Resolution: Incomplete Description
      Assignee:     (was: Vladislav Baranov)

Tried to reproduce the issue but i failed to. First of all it's difficult to understand what do you mean by <a4j:status> begin to work, but it doesn't stop. Do you mean that ajax request is fired, but doesn't get complete? If it is so, the provided page sample works fine in my environment. Please, provide the page sample and the backing bean for it with bug reproduced (remove all unnecessary elements from the page or create small test project for example).

> 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