[JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13391:
------------------------------------
[~clerum] this should work. Does it work for you on a JSF 2.1 platform?
> jsf.ajax.addOnEvent not fired after r:ajax completes
> ----------------------------------------------------
>
> Key: RF-13391
> URL: https://issues.jboss.org/browse/RF-13391
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 5.0.0.Alpha2
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
>
> Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example
> {code}
> jsf.ajax.addOnEvent(function(data) {
> if (data.status == 'success')
> addFormGroupClasses();
> });
> {code}
> This code is called after completion of an f:ajax but not for an r:ajax
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13391:
-------------------------------
Labels: waiting_on_user (was: )
> jsf.ajax.addOnEvent not fired after r:ajax completes
> ----------------------------------------------------
>
> Key: RF-13391
> URL: https://issues.jboss.org/browse/RF-13391
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 5.0.0.Alpha2
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
> Labels: waiting_on_user
>
> Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example
> {code}
> jsf.ajax.addOnEvent(function(data) {
> if (data.status == 'success')
> addFormGroupClasses();
> });
> {code}
> This code is called after completion of an f:ajax but not for an r:ajax
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13391:
-------------------------------
Component/s: component-a4j-core
> jsf.ajax.addOnEvent not fired after r:ajax completes
> ----------------------------------------------------
>
> Key: RF-13391
> URL: https://issues.jboss.org/browse/RF-13391
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 5.0.0.Alpha2
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
> Fix For: 4.3.5, 5.0.0.Alpha3
>
>
> Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example
> {code}
> jsf.ajax.addOnEvent(function(data) {
> if (data.status == 'success')
> addFormGroupClasses();
> });
> {code}
> This code is called after completion of an f:ajax but not for an r:ajax
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13391:
-------------------------------
Fix Version/s: (was: 5.0.0.Alpha3)
(was: 4.3.5)
> jsf.ajax.addOnEvent not fired after r:ajax completes
> ----------------------------------------------------
>
> Key: RF-13391
> URL: https://issues.jboss.org/browse/RF-13391
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 5.0.0.Alpha2
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
>
> Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example
> {code}
> jsf.ajax.addOnEvent(function(data) {
> if (data.status == 'success')
> addFormGroupClasses();
> });
> {code}
> This code is called after completion of an f:ajax but not for an r:ajax
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13390) Region fails to render after ajax request
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13390?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13390:
-------------------------------
Component/s: component-a4j-core
> Region fails to render after ajax request
> -----------------------------------------
>
> Key: RF-13390
> URL: https://issues.jboss.org/browse/RF-13390
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
> Labels: jsf22
> Fix For: 4.3.5, 5.0.0.Alpha3
>
>
> When
> {code}
> <r:region>
> <h:inputText>
> <r:ajax execute="@this" render="@region" />
> </h:inputText>
> </r:region>
> {code}
> A partial response seems to be generated with the correct content but the dom is not updated
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13391) jsf.ajax.addOnEvent not fired after r:ajax completes
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13391?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13391:
-------------------------------
Fix Version/s: 4.3.5
5.0.0.Alpha3
> jsf.ajax.addOnEvent not fired after r:ajax completes
> ----------------------------------------------------
>
> Key: RF-13391
> URL: https://issues.jboss.org/browse/RF-13391
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.Alpha2
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
> Fix For: 4.3.5, 5.0.0.Alpha3
>
>
> Unsure if this is a bug or a limiation of using the r:ajax but with f:ajax I am able to listen for jsf.ajax events and for example
> {code}
> jsf.ajax.addOnEvent(function(data) {
> if (data.status == 'success')
> addFormGroupClasses();
> });
> {code}
> This code is called after completion of an f:ajax but not for an r:ajax
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (RF-13390) Region fails to render after ajax request
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13390?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13390:
-------------------------------
Fix Version/s: 4.3.5
5.0.0.Alpha3
(was: 5.0.0.Alpha2)
> Region fails to render after ajax request
> -----------------------------------------
>
> Key: RF-13390
> URL: https://issues.jboss.org/browse/RF-13390
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: RF 5 Snapshot: aa130b9c034ceb49814e0d409329828d8b81f0d0
> Wildfly 8.0.0.Beta2-SNAPSHOT
> Mojarra 2.2.4-jbossorg-1 20131017-1524
> Reporter: Cody Lerum
> Fix For: 4.3.5, 5.0.0.Alpha3
>
>
> When
> {code}
> <r:region>
> <h:inputText>
> <r:ajax execute="@this" render="@region" />
> </h:inputText>
> </r:region>
> {code}
> A partial response seems to be generated with the correct content but the dom is not updated
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years