Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Fields using rich text editor does not post values upon Submit

SA-17866

Summary



Submitting Rich Text Editor fields within a modal flow action using Tree Grid layout does not post to database after upgrade from Pega 7.1.7 to 7.1.8. UI elements show RTE fields blanked out after Submit action.

Error Messages



Not Applicable.

Steps to Reproduce

  1. Use a Tree Grid.
  2. For each row, add a link to show flow action in modal window. Make sure flow action section field uses rich text editor control.
  3. Submit the flow action and check the values.


Root Cause



A defect or configuration issue in the operating environment.

Resolution



Perform the following local-change: 

Change encoding from “multipart/form-data” to “multipart/mixed” in the function, and updateFormEncoding(), of FilePath control:
        function updateFormEncoding(){
                  var oForm = document.forms[0];
                  if(oForm)
                  oForm.encoding = "multipart/form-data";
           }

 
 

 

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us