About helloworld

2008-10-01 Thread overseastars
Hi All I dont believe even a helloworld in wicket is so hard. I just simply created a new dynamic web project in eclipse and add that wicket1.3.4 jar file into the build path. Then I follow the helloworld sample and copy all three files into the project, like two java and one html file into the

wicket and hibernate

2008-10-01 Thread overseastars
Hi I just wanna know how to integrate wicket and hibernate?? can someone give me a simple example even just one entity is ok. I have my entities(hibernate annotation) ready and I have no ideas of making them work together. If any buddy can send me an example project, I will really

Re: About helloworld

2008-10-01 Thread overseastars
, overseastars [EMAIL PROTECTED] wrote: Hi All I dont believe even a helloworld in wicket is so hard. I just simply created a new dynamic web project in eclipse and add that wicket1.3.4 jar file into the build path. Then I follow the helloworld sample and copy all three files

Re: wicket and hibernate

2008-10-01 Thread overseastars
Hi Flavius Very impressive. Many thanks. I learnt a lot. But I still have a question. For example, I know I should use Dao to access the persistence layer. Let's say I have 2 entities which means two classes in java. I put them in the source folder. Once I start the server, I guess they wont

question on PageableLiveView

2008-10-16 Thread overseastars
Hi all Here's just newbie's quesion on using PageableListView. I'm trying to use PageableLiveView in my project. But it doesnt work. The following is the error I got. As I can see, I do have that room_type component in the html file. It just doesnt work. Since I dont understand how

Re: question on PageableLiveView

2008-10-17 Thread overseastars
Thanks for replying. I think that is the display trick because that is a html link tag the wicket id of which is room_type. I dont know how but it work when I redo it. -- View this message in context: http://www.nabble.com/question-on-PageableLiveView-tp20011877p20031865.html Sent from the

AjaxFormComponentUpdatingBehavior problem

2008-10-17 Thread overseastars
Hi all I'm having problems with using AjaxFormComponentUpdatingBehavior. I'd like to make to ListChoices which contain a list of countries and cities. For example, if I select one item in the first ListChoice and the second ListChoice should display the related cities. Since I dont know how to

Re: tomcat doesnt work with wicket

2008-10-17 Thread overseastars
I dont know exactly the problem. But I went to the logs folder under tomcat home folder and find nothing there. no files.actually. also according to the console on eclipse, I think it doesnt start the wicket development model at all. overseastars wrote: Hi all I have this strange

Re: AjaxFormComponentUpdatingBehavior problem

2008-10-18 Thread overseastars
Any idea???I'm trapped by this problem..and no idea. overseastars wrote: Hi all I'm having problems with using AjaxFormComponentUpdatingBehavior. I'd like to make to ListChoices which contain a list of countries and cities. For example, if I select one item in the first

Re: AjaxFormComponentUpdatingBehavior problem

2008-10-18 Thread overseastars
a quickstart project. third, there is already an example that shows how to do this properly: http://www.wicketstuff.org/wicket13/ajax/choice -igor On Sat, Oct 18, 2008 at 3:32 AM, overseastars [EMAIL PROTECTED] wrote: Any idea???I'm trapped by this problem..and no idea

go back problem

2008-10-19 Thread overseastars
Hi all I'm learning to use the library example on the wicket website. But I found that once I got some results by search and I clicked one link to go into that detail page, then I actually could go back to the previous page. The example on the wicket website just provides a link to home, not a

where is wicket-contrib-gmap3 1.3.4

2008-10-19 Thread overseastars
Hi I'm using wicket 1.3.4 which is not compatible with wicket-contrib-gmap2 Could anyone please tell me where i can find that jar file -- View this message in context: http://www.nabble.com/where-is-wicket-contrib-gmap3-1.3.4-tp20063260p20063260.html Sent from the Wicket - User mailing

Re: where is wicket-contrib-gmap3 1.3.4

2008-10-20 Thread overseastars
Sorry I got some of my words missing. I mean the latest wicket-contrib-gmap2-1.4 is not compatible with wicket-1.3.4. So the only way is to checkout the svn and DIY that jar file??? overseastars wrote: Hi I'm using wicket 1.3.4 which is not compatible with wicket-contrib-gmap2

Re: where is wicket-contrib-gmap3 1.3.4

2008-10-20 Thread overseastars
Thanks for replying Martin Funk-3 wrote: 2008/10/20 overseastars [EMAIL PROTECTED] Sorry I got some of my words missing. I mean the latest wicket-contrib-gmap2-1.4 is not compatible with wicket-1.3.4. So the only way is to checkout the svn and DIY that jar file??? If you wan't

Re: wicket war file has problems with tomcat

2008-10-20 Thread overseastars
Hi igor I dont know how to fix this. I already copyied all jar files under WEB-INF to tomcat6's lib folder. igor.vaynberg wrote: looks like you are missing slf4j jars in your war? -igor On Mon, Oct 20, 2008 at 10:18 AM, overseastars [EMAIL PROTECTED] wrote: Hi all I dont know why

Re: go back problem

2008-10-22 Thread overseastars
for any help. overseastars wrote: Hi all I'm learning to use the library example on the wicket website. But I found that once I got some results by search and I clicked one link to go into that detail page, then I actually could go back to the previous page. The example on the wicket

listview produce duplicate value.

2008-10-23 Thread overseastars
Hi My listview is printing duplicate valueswhy?? I found that my get method is working well. just printing result is incorrect??? is it a bug?? -- View this message in context: http://www.nabble.com/listview-produce-duplicate-value.-tp20136280p20136280.html Sent from the Wicket - User