Julián García wrote: > Hi all, > > I have been trying to introduce ajax anywhere in my project (using > myfaces). However, it looks like it requires you to use > STATE_SAVING_METHOD = server. Is this common to all ajax applications? > > On the other hand, what are the consequences of using server state > saving, I am a little bit concerned about this. Does this imply an > impact in network? Are there any componenents that do not work with > server-side state saving? > > Thanks for any comments.... > > Julian > the components are fine, you have to have in mind that the data just is serialized into the session and removed from there, the components do not care where the data is serialized to. The biggest problem you might run into is the back button issue.
Werner

