Adriano, I'm glad it was useful - these classes make DDCs pretty versatile.
Wicket 1.3 is designed to be ale to run on Java versions before 1.5 (when generics were introduced to the language). Take a look at http://wicket.apache.org/docs/1.4/ SelectOption in Wicket 1.4 if you are using Java 5 or better. Regards - Cemal http://jWeekend.com jWeekend Adriano dos Santos Fernandes-3 wrote: > > Thanks, Cemal. > > However, I must say that I don't like how generics are handled (or not > handled at all) in these components. > > > Adriano > > > jWeekend escreveu: >> Adriano, >> >> Take a look at a mini-presentation I gave at one of our London Wicket >> Events >> sometime in last couple of years on "Select and SelectOption" at >> http://jweekend.com/dev/ArticlesPage/ . >> >> Regards - Cemal >> http://jWeekend.com jWeekend >> >> >> Adriano dos Santos Fernandes-3 wrote: >> >>> Is there an easy way to do it? Output would be: >>> >>> <select> >>> <option>Enabled item</option> >>> <option disabled="disabled">Disabled item</option> >>> ... >>> </select> >>> >>> >>> Adriano >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/DropDownChoice-with-disabled-items-tp22351308p22371622.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]
