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

An error occurred when processing your submitted information
Can anyone explain me why this error arises. Tried all other replies for the similar post. Doesnt work. This error occurs on click of save button in a custom visualforce page.
error:
- j_id0:apexForm:Pb:j_id179:j_id180:0:j_id181: An error occurred when processing your submitted information.
All Answers
can u post ur code here?? See any blank spaces in your button code value {! save } like this...
Its a very huge code. I have checked and there is no merge field reference with spaces in page.
Is there any javascript attached with the save button functionality?
No, following is the code for save button:
<apex:commandButton value="Save" action="{!doSave}" rerender="Message" status="processingImg"/>