On 7/28/05, Werner Punz <[EMAIL PROTECTED]> wrote: > Michael Jouravlev wrote: > > > On a side note, I cannot get why storing data in an action form is > > considered wrong, while directly accessing session is OK. I think > > Well it is quite the opposite in JSF... using the session is > sort of a secure source of getting heavy beating (which is half right > but too extreme), while the so called backend beans are combined > controller/nmodel objects which basically are kept over all phases > of the rendering cycle. > > The no use of session if possible results in such things like > x:saveState which serializes everything to pass data over the > cycle boundaries without having to pass parameters.
Ahem, actually I am all in for sessions. I just don't see why it storing stuff in an action form with session scope is universally frowned upon, while sticking same stuff directly into session is OK ;-) Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]