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 t

RE: Boolean DropDownChoice

2012-08-02 Thread Lawrence, Sean
ecisely 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 To: users

Boolean DropDownChoice

2012-08-01 Thread Lawrence, Sean
Hi, I'm trying to create a custom form component that extends a DropDownChoice. The reason I'm doing this is because I need a form component that forces a user to select a choice. However, I'm unable to get the model to update. What am I not overriding properly? I'm all ears for suggestions if

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: https://localhost/app/wi