<apex:outputField id="Title" value="{!bc.Title__c}" />
<apex:outputField id="Mentor" value="{!bc.Mentor__c}" />
I want one apex outputField field to be the value in Title and the value in Mentor. How do I concatenate these two fields in apex coding?
2 answers
You need to use outputtext instead of outputfield .answer for the your question.You can concatenate like this.