Skip to main content
Saurav Kumar a posé une question dans #Visualforce
I am using 

<apex:input type="text" styleClass="form-control"  value="{!InvoiceComments}" id="uploadInvoiceComments" onkeypress="return BlockSpecialCharacter(event)" html-placeholder="Comments" style="margin-bottom:20px;"/>

with other elements and then I am using Commandbutton to save it, but InvoiceComments is not getting updated.

I am stuck here for many days, tried different approach but not working please give any suggestions.
1 réponse
0/9000