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
azeer sk 10azeer sk 10 

Unknown property 'AccountStandardController.accout'

 Unknown property 'AccountStandardController.accout'....
..
anyone can help you...


<apex:page standardController="account" sidebar="false" >
<apex:form>
<apex:pageblock title="Acounts">
<apex:pageBlockSection>
<apex:inputField  value="{!Accout.Name}"/>
<apex:inputField value="{!Account.Type}"/>
<apex:inputField value="{!Account.AccountNumber}"/>
</apex:pageBlockSection>
</apex:pageblock>
  </apex:form>
</apex:page>
Best Answer chosen by azeer sk 10
Pradip Kr. ShuklaPradip Kr. Shukla
Hi ,

Please correct the spelling of line "<apex:inputField  value="{!Accout.Name}"/>" as should be '<apex:inputField  value="{!Account.Name}"/>"

Thanks

All Answers

Pradip Kr. ShuklaPradip Kr. Shukla
Hi ,

Please correct the spelling of line "<apex:inputField  value="{!Accout.Name}"/>" as should be '<apex:inputField  value="{!Account.Name}"/>"

Thanks
This was selected as the best answer
azeer sk 10azeer sk 10
tq
Pradip Kr. ShuklaPradip Kr. Shukla
Hi Azeer SK 10, 

You can close this question as you got the solution by marking my answer as best answer.This will also help you to close the thread as well.

Thanks