So long as everything runs in the same webapp, you should be able to use the same model. From a wicket application, you can always get to the request object to get to the virtual host, so you can use that info to present a different view.
Mathias P.W Nilsson wrote: > > Hi! > > I have one model and 4 different web applications. All webapplications is > using the same model but different views. There is Different virtual hosts > on the same server. Can I use wicket for this? > > ie > > Domain1.se, Domain1.com, Domain2.se, Domain2.com same server different > virtual hosts same model with Wicket. > -- View this message in context: http://www.nabble.com/Doubt-in-wicket-and-multiple-views-tp15306737p15307866.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]
