Re: My first WiQuery app does not work

2010-03-30 Thread Edward Zarecor
Did you use component instantiation listener as suggested or just stop extending WiQueryWebApplication? Ed. Typed by thumb On Mar 30, 2010 3:05 PM, "David Chang" wrote: Julie, Thanks for asking. The code is in the beggining of this thread. For that, I copied the Hello World example from w

Re: My first WiQuery app does not work

2010-03-30 Thread David Chang
indiana_jules wrote: > From: julien roche AKA indiana_jules > Subject: Re: My first WiQuery app does not work > To: users@wicket.apache.org > Date: Tuesday, March 30, 2010, 2:50 PM > Hi, > > That's really odd. Can we see your code ? > > Thanks > > Julien Roche &

Re: My first WiQuery app does not work

2010-03-30 Thread julien roche AKA indiana_jules
does not > extend WiQueryWebApplication and I copied the example code but it does not > work. > > Best, David > > --- On Tue, 3/30/10, Cemal Bayramoglu wrote: > > > From: Cemal Bayramoglu > > Subject: Re: My first WiQuery app does not work > > To: "

Re: My first WiQuery app does not work

2010-03-30 Thread David Chang
: > From: Cemal Bayramoglu > Subject: Re: My first WiQuery app does not work > To: "users" > Date: Tuesday, March 30, 2010, 10:29 AM > David, > > Adding the component instantiation listener is more > flexible than > extending WiQueryWebApplication. >

Re: My first WiQuery app does not work

2010-03-30 Thread David Chang
Julien, thanks for reply. Silly me. I should have looked at the sample code. I was too excited seeing the first app works. Best, David --- On Tue, 3/30/10, julien roche AKA indiana_jules wrote: > From: julien roche AKA indiana_jules > Subject: Re: My first WiQuery app does not wor

Re: My first WiQuery app does not work

2010-03-30 Thread julien roche AKA indiana_jules
stions: > > > > 1. My environment is JDK 1.6 and Wicket 1.4.7. WiQuery 1.0 should have no > problem with it. Correct? > > > > 2. Why the example requires double-click? > > > > Regards. > > > > -David > > > > > > > > > &

Re: My first WiQuery app does not work

2010-03-30 Thread Cemal Bayramoglu
should have no > problem with it. Correct? > > 2. Why the example requires double-click? > > Regards. > > -David > > > > > > > > > > --- On Tue, 3/30/10, julien roche AKA indiana_jules > wrote: > >> From: julien roche AKA indiana

Re: My first WiQuery app does not work

2010-03-30 Thread David Chang
problem with it. Correct? 2. Why the example requires double-click? Regards. -David --- On Tue, 3/30/10, julien roche AKA indiana_jules wrote: > From: julien roche AKA indiana_jules > Subject: Re: My first WiQuery app does not work > To: users@wicket.apache.org > Date: Tu

Re: My first WiQuery app does not work

2010-03-30 Thread julien roche AKA indiana_jules
Hi, Have you enable wiquery in your Wicket application ? This link is an implementation of the WebApplication with the linked with Wiquery: http://code.google.com/p/wiquery/source/browse/branches/1.0.1/src/main/java/org/odlabs/wiquery/utils/WiQueryWebApplication.java Hope that helped you Julien

My first WiQuery app does not work

2010-03-30 Thread David Chang
Here is what I have: JDK 1.6, Wicket 1.4.7, WiQuery 1.0, Tomcat 6.0.24 I downloaded wiquery and put its jar on the classpath. I copied the Hello World sample from http://code.google.com/p/wiquery/wiki/QuickStart Here is my code: HTML:- WiQuery Quicks