afaik, it's not (easily) possible with DropDownChoice.
Take a look at the Select, SelectOption, SelectOptions classes in
wicket-extensions,
as they give you more power over the single options.

  Gerolf

On Mon, Mar 17, 2008 at 10:43 AM, Kaspar Fischer <[EMAIL PROTECTED]>
wrote:

> Is there an easy way to disable items in a DropDownChoice?
> I'd like to output something like this:
>
>   <option value="12" disabled="disabled">Item</option>
>
> Kaspar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to