cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ctx.messages.emailSubject not retreiving the value from property file

Former Member
0 Likes
1,535

ctx.messages.emailSubject not retreiving the value from property file

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Hi Arvind,

For us ctx.messages.emailSubject is getting picked properly in local, but on dev server on SAP cloud (CCV2) its not getting picked from property files.

Any guess what could be the probable issue ?

Thanks, Harsh

arvind-kumar_avinash
Active Contributor
0 Likes

Please make sure you have emailSubject=Your email subject in your-extension/messages/email-registrationApproved_en.properties file e.g. as in

 hybris/bin/ext-addon/secureportaladdon/resources/secureportaladdon/messages/email-registrationReceived_en.properties

You can check the following file for an example of how this messageSource has been used:

 hybris/bin/ext-addon/secureportaladdon/resources/secureportaladdon/import/contentCatalogs/powertoolsContentCatalog/emails/email-registrationReceivedSubject.vm
arvind-kumar_avinash
Active Contributor
0 Likes

Hi - did it help?