Hi, I have a wizard-like panel for gathering user input data. Panel is built with base panel and replaceable steps panels (every step panel gathers different data, last step stores it to DB). What is best approach for using Wicket models? Should I create big wrapper object containig all data, set it as default model (LDM) in base panel and pass it to steps panels?
Thanks, mac -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Proper-models-approach-tp4657211.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
