rjilani wrote: > > Thanks newgro for the help, I was not finding the DatePicker class while > coding. I think Wicket is an awesome framework but there are room for > improvments to document some of the dependencies more precisely, becuase > you know not every one is using Maven. >
Not using maven with wicket was a pain to me in some other projects. It was a hughe effort to get the libs in sync. In newer project i only use maven. Amazing simple in use. And: there are commands in maven documenting all the dependencies - "mvn dependency:tree -Dverbose" or "mvn site:site". Maybe the "wicket site maintanance team" can include the site stats generated by maven in one of next releases. Cheers Per -- View this message in context: http://www.nabble.com/which-jars-holds-the-DatePicker-class-tp21590451p21599250.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
