DropDownChoice has been edited by Gwyn Evans (Nov 04, 2006).

(View changes)

Content:
Table of contents

Scope

This page describes the use of the DropDownChoice component. It is not meant to replace the available javadoc. Common usage questions (FAQ) of the component will be addressed here, along with background/design information, and examples where applicable.

Background

FAQ

  1. How To Substitute Your Own Message In Place Of 'Choose One' (Answer provided by Igor Vaynberg)
  • Create a .properties file for your subclass of form/panel and define the null key for the value you want. For example:
    <p>
    mypanel.properties
    formid.dropdownid.null=Choose One

    or

    mypanel.properties
    null=Choose One


Examples

See DropDownChoice Examples for a start...

Reply via email to