You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Table of contents

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.

  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
    

See DropDownChoice Examples for a start...

  • No labels