function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dchasmandchasman 

Release Note: Changes in apex:selectXXX

There have been a several changes to Visualforce between the Summer '07 and Winter '08 releases.  A few naming changes have happened that might cause your pages not to view or compile. The following components have been renamed:

SelectItem is now SelectOption, for consistency with Apex Code.
SelectItems is now SelectOptions
SelectOneRadio is now SelectRadio
SelectManyCheckbox is now SelectCheckboxes

Additionally, selectManyListbox and selectOneListbox have been merged into the component selectList. By default, your selectList will behave like selectOneListbox, unless you define multiselect="true" in your selectList component. This will give your selectList the same functionality as selectManyListbox.

Message Edited by dchasman on 11-05-2007 04:41 PM