I am migrating one application from richfaces 3 to richfaces 4,
While making
ajax call in richfaces 4 entire UI freezes
after making an ajax call.This happens because all the mojo controllers which are created in DOM, gets vanished after we make an ajax call and hence the page freezes.
The
controller objects are removed from the DOM
are because the logic which has been encapsulated inside facelets is not getting rendered when thexhtml are converted to HTML
.I am using
mojo javascript framework
which works as expected in richfaces 3 but it doesn't work with richfaces 4.
Is there anyone who has solved the similar issue?