looking for example wicket and hibernate

2009-12-23 Thread Johan den Boer
Hi I am looking for a real working example on wicket and hibernate. I have read the books 'Wcket in Action', 'Pro Wicket' and other books but none of them give a real working example. Can somebody point me to a real working example or can sent to me. The most problem i have with the configuration

Re: Location of html files

2009-12-05 Thread Johan den Boer
ou can put them wherever you want. But > why? You should have a strong reason to not follow defaults. > > 2009/12/6, Johan den Boer : >> Hi, >> >> I place my html files in the same package where my java classes resides. >> Is >> it possible to change this.

Location of html files

2009-12-05 Thread Johan den Boer
Hi, I place my html files in the same package where my java classes resides. Is it possible to change this. I want to place my html files in the WEB-INF/page directory -- thanks a lot, Johan den Boer

Re: Add method in wicket 1.4.3

2009-12-04 Thread Johan den Boer
Hi, ok, now is working thanks igor.vaynberg wrote: > > wicket 1.4.3 is jdk5+ > > -igor > > On Fri, Dec 4, 2009 at 10:46 PM, Johan den Boer > wrote: >> >> No is not working. >> >> the error message is >> >> The method add(Componen

Re: Add method in wicket 1.4.3

2009-12-04 Thread Johan den Boer
retty sure its still there > > -igor > > On Fri, Dec 4, 2009 at 10:12 PM, Johan den Boer > wrote: >> Hi >> >> I am new to wicket so this question may already been answered. In my java >> class which is extended from WebPage I can not add a Label. >> &

Add method in wicket 1.4.3

2009-12-04 Thread Johan den Boer
Hi I am new to wicket so this question may already been answered. In my java class which is extended from WebPage I can not add a Label. add(new Label("message", "Hello World")) does not work. Is this method been replaced in 1.4.3 can you point me to the url so i can read about it or can you gi