SV: Dynamic wizard content

2009-01-13 Thread Wilhelmsen Tor Iver

Med vennlig hilsen

TOR IVER WILHELMSEN
Senior systemutvikler
Arrive AS
T (+47) 48 16 06 18
E-post: toriv...@arrive.no
http://servicedesk.arrive.no

 

 * 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.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: SV: Dynamic wizard content

2009-01-13 Thread bjolletz

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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org