Skip to main content
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 resposta
0/9000