hi,
I am trying to creating a small wizard using jsf1.2 sun RI +richfaces. The user sets input data in multiple pages and in the end presses finish upon which the data is inserted in database. The info is displayed as a row in a table with edit button. when edit is clicked the data is populated in all the pages and user can edit and save it again. Also while navigating back and forth the data must be persisted in the forms. Currently i have implemented this by using multiple session scope beans that access each other's data by looking its reference in session map and some are injected as dependencies.
i would like to know if there's a standard way / good pattern of doing this by avoiding multiple session scope beans and doing lookups in session map?
if someone could throw a link to any blog/tutorial with similar example that would be great many thanks