state-saving Questions

1

I have a jsp with a table and two buttons "home" and "back" in it and have imported jquery.datatable.js in it. On click of "home" the page should load without any pagination or filter saved. and o...
Hayner asked 12/6, 2015 at 7:43

1

Solved

In all of the reference pages I've found with regards to encrypting the ViewState, the only comment on the password is "your password here". Are there any recommendations regarding the length / co...
Bromo asked 30/1, 2015 at 7:42

1

Solved

I have a JSF 2.1.21 application with client state saving method. I'm also using PrimeFaces 3.5 + Tomcat 7.0.37. I use OmniFaces full ajax exception handler to display a custom error page and emai...
Gaiter asked 18/4, 2013 at 18:29

1

I need to write a program that performs a parallel search in a large space of possible states, with new areas being discovered (and their exploration started) in the process, and exploration of som...
Molech asked 5/8, 2013 at 21:11

1

Solved

Are there any state saving method that would allow JSF application to intially save state data on server but after the session expire time interval , that state is transferred to client so that app...
Hus asked 30/4, 2012 at 14:25

1

Solved

I'm creating a composite component that will wrap a datatable to implement very simple paging. I need to save state (the current page number) between ajax requests. I tried creating fields in my F...
Blighter asked 23/2, 2012 at 0:11

2

Solved

There appears to be a difference between managed bean state and component tree state. You can control managed bean state by using annotations like @RequestScoped and @SessionScoped, but it seems yo...
Soutine asked 8/9, 2011 at 13:53

1

Solved

Until what point in time does JSF save the state of UI components on the server side & when exactly is the UI component's state information removed from the server memory? As a logged-in user ...
Boger asked 29/3, 2011 at 14:39

1

Solved

I am evaluating the possibility of using JSF in a high-traffic website. I am told that in JSF 2.0 the component tree is not stored in the session, and that only deltas are stored once the component...
Whippletree asked 8/12, 2010 at 18:0
1

© 2022 - 2024 — McMap. All rights reserved.