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
saimadhusaimadhu 

display multiple values in input text

Iam creating a new contract for the existing account.

in my vf apge i have 2fileds to create a new contract.

name:

date:

in the name filed it should display the "current account name"-new contractname(user has to enter contract name)

here is my code:

<apex:outputLabel value="contract Name"/></b></td>
<td > <apex:inputText value="{!ctrName}" id="OppName"/> </td>(this ctrName should hold the contract name entered by the user)

 

the current account name is in !accountname variable.

 how can i include those.

 

 

nickwick76nickwick76

Hi, 

Sorry, but I don't understand what you want to do. Could you try explain once again in more detail?

 

// Niklas