keepAlive « RichFaces « JSF Q&A





1. richfaces keepAlive not working    stackoverflow.com

I have a mediaOutput tag which, in its createContent attribute, requires the backing bean to be in a certain state. A list of values, which is filled in an init method, ...

2. Richfaces modal panel and a4j:keepAlive    stackoverflow.com

I've got unexpected problems with richfaces (3.3.2) modal panel. When i try to open it, browser opens two panels instead of one: one is in the center, another is in the ...

3. Request bean with and without KeepAlive executions    stackoverflow.com

Without KeepAlive:

Is request bean make a guarantee that for all server-side executions will be created new request bean or all executions will be simply sequenced? Or.. it must be stateless or ...