You need to sign in to do that
Don't have an account?
Fabrice76
Duplicate text area edition in pageblocktable
Hi,
I've got a visual page with Output Fields with inline Edit support and i've got a problem (only) with the text area editing (255).
<apex:outputField value="{!c.AtlCampaignMember.Commentaire_future_action__c}" > <apex:inlineEditSupport event="onClick" showOnEdit="BtnSauver,BtnAnnuler"/> </apex:outputField>
The first time i'm editing a text area in a row of pageblocktable, it's ok, i've got a popup to edit the text area.
If i edit a second (or third and so on) text area (in another row), i've got a popup with multiple text area (the previous i edited and the current)...and then it doesn't work well to save.
Is it a bug ? Is there a way to edit this right (without a lot of changes) ?