RE: Need Wicket Book

2009-08-18 Thread Greven, Jens
I liked the book "Enjoy Web Development with Wicket" by Kent Ka Iok Tong. You can find it at http://www.agileskills2.org, the download edition is also quite affordable at 19.95 US-$. This book and "Wicket in Action" kind of complement one another quite well, imho. The edition I bought of "Pro W

RE: wicket 1.2.7 to 1.4-rc5 Error

2009-08-07 Thread Greven, Jens
e it? > > please give me urgent solution > > > > Thanks&Regards, > > Gerald A > > > > 2009/8/7 Greven, Jens > > > >> Gerald, > >> > >> > >> You need to include slf4j.jar. As far as I understand it, slf4jar is > only

AW: wicket 1.2.7 to 1.4-rc5 Error

2009-08-07 Thread Greven, Jens
Gerald, You need to include slf4j.jar. As far as I understand it, slf4jar is only a "wrapper" for a logging framework of your choice, let's assume you use log4j for logging, you would also have to include slf4-log4j12.jar. I use the follwing: slf4j-api-1.5.8.jar slf4j-log4j12-1.5.8.jar log4j-