+ 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