Re: Wicket position in Vienna

2009-12-21 Thread kman
if working remotely is an option you can contact me to discuss it. Andy Clayton-5 wrote: Hi I'm currently looking for Java Developer for a new contract position in Vienna. I need someone who is a expert in Wicket as I'm doing a migration project from Struts to Wicket the other skills

Re: New site developed in wicket - www.inlaconia.gr

2009-04-24 Thread kman
first of all, i would like to thank you all for your kind words. Nino the data access layer uses plain hibernate, each entity has a locale info object containing translated properties and the service layer uses the locale to translate each entity. For the persentation layer the multilingual part

Re: Invoulentary session sharing/leakage in Wicket 1.3.x

2008-04-09 Thread kman
have you tried with a different servlet container for instance tomcat? i've experienced the same session problems with a custom webapp deployed on jetty some time ago. the sessionid was used to track the session and we had the same problem as you describe in a single instance of jetty. -- View

Page templates per virtual host

2008-03-26 Thread kman
i am currently working on a simple CMS based on wicket. I want the resulting application to support multiple sites based on host name. i have a CustomResourceStreamLocator which lookups templates inside WEB-INF folder. is there an easy way to customize ResourceStreamLocator to lookup html files

Re: Page templates per virtual host

2008-03-26 Thread kman
to assign a style you must get the name of the host so basically i didnt find any way to do this inside session or somewhere else jwcarman wrote: Have you looked into Wicket's skin support? Basically, you can assign a style to each session. On Wed, Mar 26, 2008 at 6:08 AM, kman [EMAIL

Style or locale in Url

2007-12-27 Thread kman
Hello everybody, i have a wicket application with 2 locales. i have a change locale link that changes the locale, but after the change the url remains the same, so i assume that this is a problem regarding search engines(duplicate content, correct me if i am wrong). Is there any way that i can