[JBoss JIRA] Created: (RF-3219) a4j:status doesn't stop
by Uros Majeric (JIRA)
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
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
16 years, 8 months