PageParameters in 1.5.3 vs 1.5.4

2012-02-15 Thread Lawrence, Sean
Hi, I'm noticing a difference in the way search parameters are handled in 1.5.4 vs 1.5.3 after upgrading wicket. Basically, identical parameters are eliminated. See example below Passing the identical list of search parameters to our SearchResultsPage: URL with 1.5.3:

RE: Boolean DropDownChoice

2012-08-02 Thread Lawrence, Sean
/ More precisely at the DropDownChoice: http://www.wicket-library.com/wicket-examples/compref/wicket/bookmarkable/or g.apache.wicket.examples.compref.DropDownChoicePage?0 -Original Message- From: Lawrence, Sean [mailto:sean.lawre...@mantech.com] Sent: Wednesday, August 01, 2012 7:19 PM

wicket-guice and Logger injection

2012-08-09 Thread Lawrence, Sean
Hi, I'm attempting to use wicket-guice to inject Logger references into my application with logging. So instead of: Logger logger = LoggerFactory.getLogger(HomePage.class); I would rather: @Log Logger logger; I've followed the guice documentation closely and have been frustratingly unable