You could really benefit from using continuations. You could have a method for each different step, or even just a large loop. All the local scope vars will be persisted, so you wouldn't have to worry about inputs/outputs...
http://rifers.org/wiki/display/RIFE/Web+continuations On Mon, 2006-01-09 at 22:17 +0100, Lars Grupe wrote: > Hi, > > I want to write a fexible wizard. I have one element that controls which > element has to be the next one. > I don't want to have too many input and output values, because the > controller element must distribute them too. I would like to have a bean > that I can define as an input or output. > > I tried to bind the bean to an output with > setOutput(String name, Object value) > > But I couldn't find a function that could read a bean from an input. > > Must I use named beans? Or is there another solution? Or did I > understand something completely wrong? > > Cheers, > Lars > _______________________________________________ > Rife-users mailing list > [email protected] > http://www.uwyn.com/mailman/listinfo/rife-users _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
