I don't have an access to my Wicket development at this moment. I don't have a single jar file for Wicket, but a set of jar files something like wicket-xxx.jar. I guess that is the cause of my problem.
----- Original Message ---- From: Martijn Dashorst <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, September 8, 2008 3:33:25 PM Subject: Re: Wicket 1.4 with QWicket To check the jar file: jar -t wicket-1.4-m3.jar or if you have a zip client, open the archive to see if there are classes inside. Martijn On Tue, Sep 9, 2008 at 12:16 AM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > Or typing in <ctrl-t>WebApplication should give the appropriate class. > > Martijn > > On Tue, Sep 9, 2008 at 12:15 AM, Martijn Dashorst > <[EMAIL PROTECTED]> wrote: >> Then either your classpath is not correctly setup, or the jar is >> corrupt. Typing in WebApplication<ctrl-space> should give >> org.apache.wicket......WebApplication >> >> Martijn >> >> On Tue, Sep 9, 2008 at 12:01 AM, Vernon <[EMAIL PROTECTED]> wrote: >>> Actually, I am using Eclipse. I am able to import all other jar file in the >>> same direction but not Wicket. I can download the build again to see >>> whether it helps or not. >>> >>> >>> >>> ----- Original Message ---- >>> From: Martijn Dashorst <[EMAIL PROTECTED]> >>> To: [email protected] >>> Sent: Monday, September 8, 2008 2:53:53 PM >>> Subject: Re: Wicket 1.4 with QWicket >>> >>> did you consider that your wicket jar might be corrupted? >>> >>> And yes, all classes have been moved to org.apache.wicket package. If >>> you are not using an IDE, then start doing so right away. Using an IDE >>> saves this types of questions. >>> >>> Martijn >>> >>> On Mon, Sep 8, 2008 at 11:37 PM, Vernon <[EMAIL PROTECTED]> wrote: >>>> I am not sure whether the following statement mean the latest QWicket is >>>> based on 1.2 or not. So far, none of Wicket classes can be located. Did >>>> all classes had been renamed between 1.2 and 1.3? >>>> >>>> --------------------------- >>>> 1/19/08 Version 1.0 released. The impossible has happened. 1.0 is final. >>>> Apart from being entirely too busy with work and sick children, I've been >>>> anxiously waiting along with everyone else for the 1.3 release to go >>>> final. This version features some streamlined build process and a more >>>> interesting default UI. You'll likely end up building a new UI but at >>>> least there's enough there to work with while your design guys build >>>> something more customized. Part of the delay has come from some odd >>>> compiling and generation problems in my development environment but I >>>> appear to have ironed all those out. If you see something odd, please >>>> don't hesitate to let me know and I'll try to iron out any issues as >>>> quickly as possible. >>>> >>>> >>>> >>>> >>>> >>>> ----- Original Message ---- >>>> From: Martijn Dashorst <[EMAIL PROTECTED]> >>>> To: [email protected] >>>> Sent: Monday, September 8, 2008 2:08:21 PM >>>> Subject: Re: Wicket 1.4 with QWicket >>>> >>>> You mean 1.2 classes? Wicket classes reside in package >>>> org.apache.wicket since 1.3 >>>> >>>> Martijn >>>> >>>> On Mon, Sep 8, 2008 at 10:57 PM, Vernon <[EMAIL PROTECTED]> wrote: >>>>> I already understood the 1.4=m3 is the latest release. My problem is that >>>>> I can't find any 1.3 Wicket classes with 1.4 jar. Does that mean that >>>>> these two version are not compatible? >>>>> >>>>> >>>>> >>>>> ----- Original Message ---- >>>>> From: Marat Radchenko <[EMAIL PROTECTED]> >>>>> To: [email protected] >>>>> Sent: Sunday, September 7, 2008 10:51:12 PM >>>>> Subject: Re: Wicket 1.4 with QWicket >>>>> >>>>> 1.4-m3 is the latest release. >>>>> >>>>> 2008/9/8 Vernon <[EMAIL PROTECTED]>: >>>>>> >>>>>> I am very new to Wicket after heard so many good things about it. I am >>>>>> starting a project with QWicket since I want to use something I already >>>>>> know Spring and Hibernate. None of Wicket packages can be located with >>>>>> the 1.4 version. I can see the wicket-1.4-m3.jar on the Java build path >>>>>> in my Eclipse. >>>>>> >>>>>> What is missing? >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Become a Wicket expert, learn from the best: http://wicketinaction.com >>>> Apache Wicket 1.3.4 is released >>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Become a Wicket expert, learn from the best: http://wicketinaction.com >>> Apache Wicket 1.3.4 is released >>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> >> >> -- >> Become a Wicket expert, learn from the best: http://wicketinaction.com >> Apache Wicket 1.3.4 is released >> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. >> > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.3.4 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
