[JBoss JIRA] Created: (RF-9146) queue: if request grouping id not set - all requests seems similar.
by Ilya Shaikovsky (JIRA)
queue: if request grouping id not set - all requests seems similar.
-------------------------------------------------------------------
Key: RF-9146
URL: https://jira.jboss.org/browse/RF-9146
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.0.0.Milestone1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
<a4j:queue />
<a4j:commandButton value="Update 1" action="#{userBean.now1}"
render="now1" status="ajaxStatus_1">
</a4j:commandButton>
<a4j:commandButton value="Update 2" action="#{userBean.now2}"
render="now2" status="ajaxStatus_2">
</a4j:commandButton>
Both actions has sleep for 5 seconds.
If I click 1 than 2 and than 1 again - what I see in log:
debug[17:29:38.873]: New request added to queue. Queue requestGroupId changed to undefined
debug[17:29:38.877]: Queue will wait 0ms before submit
debug[17:29:38.882]: richfaces.queue: will submit request NOW
info [17:29:38.887]: Received 'begin' event from <input id=j_idt66:j_idt85 class=class org.richfaces.component.UICommandButton ...>
debug[17:29:39.273]: New request added to queue. Queue requestGroupId changed to undefined
debug[17:29:39.274]: Queue will wait 0ms before submit
debug[17:29:39.275]: richfaces.queue: Waiting for previous submit results
debug[17:29:39.718]: Similar request currently in queue
debug[17:29:39.719]: Combine similar requests and reset timer
debug[17:29:39.720]: Queue will wait 0ms before submit
debug[17:29:39.721]: richfaces.queue: Waiting for previous submit results
info [17:29:43.946]: Received 'beforedomupdate' event from <input id=j_idt66:j_idt85 class=class org.richfaces.component.UICommandButton ...>
debug[17:29:43.951]: Server returned responseText: <?xml version="1.0" encoding="utf-8"?> <partial-response><changes><update id="j_idt66:now1"><![CDATA[<span id="j_idt66:now1">qwer wer we r</span>]]></update><update id="javax.faces.ViewState"><![CDATA[4534539995427297793:7924366598625177624]]></update></changes></partial-response>
info [17:29:43.959]: Listing content of response changes element:
Element update for id=j_idt66:now1
<update id="j_idt66:now1"><![CDATA[<span id="j_idt66:now1">qwer wer we r</span>]]></update>
Element update for id=javax.faces.ViewState
<update id="javax.faces.ViewState"><![CDATA[4534539995427297793:7924366598625177624]]></update>
the requests from 1 and 2 - combined.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Resolved: (RF-9271) rich:popupPanel stops working after render
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/browse/RF-9271?page=com.atlassian.jira.plugin.syst... ]
Nick Belaevski resolved RF-9271.
--------------------------------
Assignee: Andrey Markhel (was: Ilya Shaikovsky)
Resolution: Done
> rich:popupPanel stops working after render
> ------------------------------------------
>
> Key: RF-9271
> URL: https://jira.jboss.org/browse/RF-9271
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output, component-panels-layout-themes
> Affects Versions: 4.0.0.Milestone2
> Reporter: Max Katz
> Assignee: Andrey Markhel
> Fix For: 4.0.0.Milestone2
>
>
> 1) Click Open button. Popup opens
> 2) Click Press me
> 3) Click Open button, popup doesn't open
> <h:form>
> <a4j:commandButton value="Press me" render="popup"/>
> </h:form>
> <input type="button" onclick="#{rich:component(':popup')}.show();"
> value="Open" />
> <rich:popupPanel id="popup"
> modal="true"
> autosized="false"
> resizeable="true"
> moveable="#true"
> width="400"
> height="300">
> <f:facet name="header">
> <h:outputText value="Moscow" />
> </f:facet>
> <f:facet name="controls">
> <h:outputLink value="#"
> onclick="#{rich:component('popup')}.hide(); return false;">
> X
> </h:outputLink>
> </f:facet>
> <rich:panel>
> <h:graphicImage value="/images/moscow.png" />
> <br />
> Moscow is the capital, the most populous city, and the most populous federal subject of Russia.
> The city is a major political, economic, cultural, religious, financial, educational,
> and transportation centre of Russia and the world, a global city. Moscow is the most populous city
> on the continent of Europe and the seventh largest city proper in the world, a megacity.
> The population of Moscow (as of 1 January 2010) is 10,562,099.
> </rich:panel>
> </rich:popupPanel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Updated: (RF-9271) rich:popupPanel stops working after render
by Jay Balunas (JIRA)
[ https://jira.jboss.org/browse/RF-9271?page=com.atlassian.jira.plugin.syst... ]
Jay Balunas updated RF-9271:
----------------------------
Assignee: Ilya Shaikovsky
Fix Version/s: 4.0.0.Milestone2
Affects Version/s: 4.0.0.Milestone2
> rich:popupPanel stops working after render
> ------------------------------------------
>
> Key: RF-9271
> URL: https://jira.jboss.org/browse/RF-9271
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output, component-panels-layout-themes
> Affects Versions: 4.0.0.Milestone2
> Reporter: Max Katz
> Assignee: Ilya Shaikovsky
> Fix For: 4.0.0.Milestone2
>
>
> 1) Click Open button. Popup opens
> 2) Click Press me
> 3) Click Open button, popup doesn't open
> <h:form>
> <a4j:commandButton value="Press me" render="popup"/>
> </h:form>
> <input type="button" onclick="#{rich:component(':popup')}.show();"
> value="Open" />
> <rich:popupPanel id="popup"
> modal="true"
> autosized="false"
> resizeable="true"
> moveable="#true"
> width="400"
> height="300">
> <f:facet name="header">
> <h:outputText value="Moscow" />
> </f:facet>
> <f:facet name="controls">
> <h:outputLink value="#"
> onclick="#{rich:component('popup')}.hide(); return false;">
> X
> </h:outputLink>
> </f:facet>
> <rich:panel>
> <h:graphicImage value="/images/moscow.png" />
> <br />
> Moscow is the capital, the most populous city, and the most populous federal subject of Russia.
> The city is a major political, economic, cultural, religious, financial, educational,
> and transportation centre of Russia and the world, a global city. Moscow is the most populous city
> on the continent of Europe and the seventh largest city proper in the world, a megacity.
> The population of Moscow (as of 1 January 2010) is 10,562,099.
> </rich:panel>
> </rich:popupPanel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Moved: (RF-9271) rich:popupPanel stops working after render
by Jay Balunas (JIRA)
[ https://jira.jboss.org/browse/RF-9271?page=com.atlassian.jira.plugin.syst... ]
Jay Balunas moved RFPL-768 to RF-9271:
--------------------------------------
Project: RichFaces (was: RichFaces Planning)
Key: RF-9271 (was: RFPL-768)
Component/s: component-output
component-panels-layout-themes
(was: components)
Fix Version/s: (was: 4.0.0.Milestone2)
> rich:popupPanel stops working after render
> ------------------------------------------
>
> Key: RF-9271
> URL: https://jira.jboss.org/browse/RF-9271
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output, component-panels-layout-themes
> Reporter: Max Katz
>
> 1) Click Open button. Popup opens
> 2) Click Press me
> 3) Click Open button, popup doesn't open
> <h:form>
> <a4j:commandButton value="Press me" render="popup"/>
> </h:form>
> <input type="button" onclick="#{rich:component(':popup')}.show();"
> value="Open" />
> <rich:popupPanel id="popup"
> modal="true"
> autosized="false"
> resizeable="true"
> moveable="#true"
> width="400"
> height="300">
> <f:facet name="header">
> <h:outputText value="Moscow" />
> </f:facet>
> <f:facet name="controls">
> <h:outputLink value="#"
> onclick="#{rich:component('popup')}.hide(); return false;">
> X
> </h:outputLink>
> </f:facet>
> <rich:panel>
> <h:graphicImage value="/images/moscow.png" />
> <br />
> Moscow is the capital, the most populous city, and the most populous federal subject of Russia.
> The city is a major political, economic, cultural, religious, financial, educational,
> and transportation centre of Russia and the world, a global city. Moscow is the most populous city
> on the continent of Europe and the seventh largest city proper in the world, a megacity.
> The population of Moscow (as of 1 January 2010) is 10,562,099.
> </rich:panel>
> </rich:popupPanel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months