• Tony101
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi

 

I am new to visualforce pages so I decided to work through the Visualforce Developer's Guide examples, I am having a bit of a problem with the apex inlineEdit command, I just can't get it to work. I have done the following

 

<apex:page standardcontroller="Account">
    <apex:detail subject="{!account.id}" relatedList="false" inlineEdit="true"/>
</apex:page>

 

I have tried putting <apex:form> </apex:form> around the detail but this has no effect either.

 

Have I forgotten to turn something on?

Thank you.


  • September 16, 2011
  • Like
  • 0

Hi

 

I am new to visualforce pages so I decided to work through the Visualforce Developer's Guide examples, I am having a bit of a problem with the apex inlineEdit command, I just can't get it to work. I have done the following

 

<apex:page standardcontroller="Account">
    <apex:detail subject="{!account.id}" relatedList="false" inlineEdit="true"/>
</apex:page>

 

I have tried putting <apex:form> </apex:form> around the detail but this has no effect either.

 

Have I forgotten to turn something on?

Thank you.


  • September 16, 2011
  • Like
  • 0