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
krishivkrishiv 

please provide me the code for the following requirement..

i need to  display the selected picklist value in a text field.

symantecAPsymantecAP

here is the code

 

 

 

<apex:page standardController="Account">
<apex:outputText value="{!account.type}"/>
</apex:page>

 

<apex:page standardController="Account">
<apex:outputText value="{!account.type}"/>
</apex:page>

 

 

to learn more http://www.salesforce.com/us/developer/docs/pages/index.htm