Thanks for the reply, that seems lika a good approach! /Daniel
> * As far as I understand, all steps are constructed at the > same time. How, then, can I make the content of step B dynamic? No it's rendered at render time; what you want to do is use a model which step A configures; e.g. a LoadableDetachableModel which receives properties from step A and then will load the actual data when asked to by the view. -- View this message in context: http://www.nabble.com/Dynamic-wizard-content-tp21432585p21439706.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
