]
Brian Leathem resolved RF-13619.
--------------------------------
Resolution: Rejected
RichFaces.javascriptServiceComplete(); is not called on normal
GET/POST request
-------------------------------------------------------------------------------
Key: RF-13619
URL:
https://issues.jboss.org/browse/RF-13619
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: base functionality
Affects Versions: 4.3.6
Environment: Richfaces 4.3.6.Final, Tomcat 7.0.53, JSF 2.1.27, Java7u55
Reporter: Wang Liyu
In AJAX Response Richfaces added RichFaces.javascriptServiceComplete(); at the end of the
response, the default implementation is fire a event, so if I have $.ready() want to do
something on delay-constructed Richfaces Objects, this would be the place, I can call
$.one('javascriptServiceComplete', functionname);
But if the same page is called with GET/POST method (normal requestion), it won't
call this method, is there any reason why is that?
Here is the discussion on the forum:
https://community.jboss.org/thread/240501