Re: JSessionID breaking my dropdown

2012-05-01 Thread Fergal Keating
sorry sent accidentally. On 1 May 2012 16:16, Fergal Keating wrote: > > I have the following Dropdown added to my code. > > DropDownChoice listSites = new > DropDownChoice("localeSelect", new PropertyModel(this, > "selected"), currentProductLocales) > { > /** > * > */ > private static final l

JSessionID breaking my dropdown

2012-05-01 Thread Fergal Keating
I have the following Dropdown added to my code. DropDownChoice listSites = new DropDownChoice("localeSelect", new PropertyModel(this, "selected"), currentProductLocales) { /** * */ private static final long serialVersionUID = 1L; protected boolean wantOnSelectionChangedNotifications() { return