struts-community-plugins / struts2-jquery

Struts2 jQuery Plugin
Apache License 2.0
83 stars 49 forks source link

Remove cache :true on .requrie(..) javascript method #444

Closed gregh3269 closed 6 months ago

gregh3269 commented 6 months ago

To make debugging easier, remove cache :true (the default) on the require method (it includes js resources and stores them in the browser cache). It overrides any ajaxcache="true/false" tag setting.

As the default on jquery is true is should not have any upstream issues.