Author: gpetracek
Date: Sun Jan 5 22:25:55 2014
New Revision: 1555642
URL: http://svn.apache.org/r1555642
Log:
updated content
Modified:
deltaspike/site/trunk/content/jsf.mdtext
Modified: deltaspike/site/trunk/content/jsf.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1555642&r1=1555641&r2=1555642&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sun Jan 5 22:25:55 2014
@@ -949,7 +949,7 @@ Example - Terminate all conversations:
}
Hint:
-DeltaSpike conversations get closed/restarted immediately instead of keeping
them until the end of the request like std. conversations do, because the
behaviour of std. conversations breaks a lot of use-cases. However, if you
really need to keep them until the end of the request, you can close them in a
@PostRenderView callback.
+DeltaSpike conversations get closed/restarted immediately instead of keeping
them until the end of the request like std. conversations do, because the
behaviour of std. conversations breaks a lot of use-cases. However, if you
really need to keep them until the end of the request, you can close them in a
`@PostRenderView` callback.
# Support of EAR deployments