Hi Team,
I am able to see "Cache issue with external JS Code".
How we can minimize creating the new JS code every time we change something inside code.
Note : We can reuse same JS code if any changes required instead of creating new one.
Please provide your thoughts to fix this cache issue with external JS code.
Thanks,
Gangadhar
Views
Replies
Total Likes
Hi Gangadhar,
Could you please provide more details on what error you are getting when referring to "Cache issue with external JS Code"?"
Views
Replies
Total Likes
if you want to disable cache within JSSP pages in AC you can use the following:
// Setting headers to disable cache response.addHeader("Pragma", "no-cache") response.addHeader("Cache-Control", "no-cache"); response.addHeader("Expires", new Date().toGMTString());
Regards,
Milan
Views
Replies
Total Likes
Hi Milan,
Thanks for providing the dynamic java script code. But this code is not working.
Please provide me the Java script code instead of dynamic java script code to fix the cache issue with external JS code.
Thanks,
Gangadhar
Views
Replies
Total Likes
Were you able to resolve this query or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Total Likes
Hi Sukrity,
Please provide me the Java script code to fix the cache issue with external JS code.
Thanks,
Gangadhar
Views
Replies
Total Likes
Thanks for letting us know. I will amplify your query among our SMEs and try to get the help you need.
-Sukrity
Views
Replies
Total Likes
Thank you @Sukrity_Wadhwa.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies