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?

Web continuations seem to exactly fit the bill for wizard-type pages. Do a search on the wiki.

Eddy

_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to