I have one webapp with some beans which fits perfectly as being ViewScoped
managed beans. I use one wizard managed which has the same scope too, which at one point loses its window tab; Of course when returning back the wizard is recreated. Is there any possibility to extend somehow this scope as my wizard
bean not to be trashed and recreated when returning back ?
Which whould be my best bet in this case ?
I used also session scope
for the wizard
, but I must then delete bean from context which I think is not such a nice and clean approach. (the problem is that I must make all managed properties
as session scopes
)