You need to sign in to do that
Don't have an account?

Inline editing for visualforce page and making some field required.
Hi All,
I trying to create a VF page with inline editing feature , But I am unable to make some field as Required on the page.
Can any one have any idea !!!. Below is the code snippet
/// Code -
<apex:outputField value="{!contact.lastname}">
<apex:inlineEditSupport showOnEdit="saveButton, cancelButton"
hideOnEdit="editButton" event="ondblclick"
changedStyleClass="myBoldClass" resetFunction="resetInlineEdit"/>
</apex:outputField>
Regards,
Deepak