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

Required icon does not display after Pega 8.2.1 upgrade

SA-83618

Summary



On upgrading to Pega 8.2.1, the Required symbol (that is, asterisk (*)) does not display in the UI for fields that are marked mandatory. Additionally, the Date picker controls do not display the Calendar icon.


Error Messages



Not Applicable


Steps to Reproduce



Set a control as Required Always on a section.


Root Cause



The GIF mime-mapping, required to process the gif images, was not present in the web.xml of the Tomcat directory.


Resolution



Perform the following local-change:

Add the GIF Mime mapping in web.xml.

<mime-mapping>
    <extension>gif</extension> 
    <mime-type>image/gif</mime-type> 
    </mime-mapping>

Published December 2, 2021

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?

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