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

Edit Output Field Values
Hi folks ,
Can anyone tell me how to edit the output field values without Inline Edit in viusalforce page?
Below is my viusalforce page
<apex:pageBlockSection ">
<apex:repeat value="{!productRecords}" var="p" >
<apex:outputField value="{!p.Name}" / ><br/>
<apex:outputField value="{!p.Product__c }"/>
</apex:repeat>
</apex:pageBlockSection>
I wanna edit those two output fields
Thanks in advance
Karthick
Can anyone tell me how to edit the output field values without Inline Edit in viusalforce page?
Below is my viusalforce page
<apex:pageBlockSection ">
<apex:repeat value="{!productRecords}" var="p" >
<apex:outputField value="{!p.Name}" / ><br/>
<apex:outputField value="{!p.Product__c }"/>
</apex:repeat>
</apex:pageBlockSection>
I wanna edit those two output fields
Thanks in advance
Karthick
All Answers
I have create a custom button called Edit..
If I click the edit button then those two output field is enable for editting
For that What i ve to do?
Please Help!
Once you click on the esdit button, reRender you page, Hide firstSection and dispaly the second section.
If this is complicated, you can also create a new page but use the apex:inputField tag there. Use "Edit" button to navigate to that page.
Thanks for your respone..
If more than 20 output fields then what I have to do??
I wanna like If custom edit button is clicked then the inline edit is enabled for all the output field
for that how to do?
Thanks in advance
Karthick
I dono what is field set and how to use field set..
Can you give me the resource or blog for tht field set
Thanks in advance
Karthick
Ans this ques:https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AhKuIAK