On Wed, Apr 23, 2008 at 3:58 AM, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote: > > So the only diffrents between site1.se and site2.com is the language.
when creating session object you can set the locale. so when you create the session check the domain and call setlocale with the appropriate locale/language. > The diffrents between site2 and site1 is layout. same thing, when creating the session you can check the domain and set the appropriate style, then simply provide the markup for different styles, eg page1_style1.html as opposed to page1.html -igor > > How can this be done? I want to set the langauge in startup. the site1.se is > only swedish and site1.com is only english. It should be integrated with > payment so https will be supported. All the sites points to a domain name > but is located on the same server. > > Do I have to have 4 wicket sites? What is the approach here? > -- > View this message in context: > http://www.nabble.com/Problem-with-how-to-make-variation-tp16834129p16834129.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
