Hi I'm facing a problem when I do testing of Html Dialogs in the Designer. It seems that some of the resources get cached so I don't see my changes. Everything works on the Engine, but the pages don't get update in the Designer. Is caching for JSF pages enabled in the Designer and if yes, how can I disable it? asked 04.11.2019 at 08:46 Andreas Rusch |
This depends on the Axon.ivy Designer version:
Yes, this is correct, JSF resource caching is enabled in all 7.x versions of the Axon.ivy Designer. Fortunately it is quite simple to disable caching: Just add following entry in your Designer's <context-param> <param-name>javax.faces.PROJECT_STAGE</param-name> <param-value>Development</param-value> </context-param> Note: Setting
An Error Occurred:
In these versions JSF resource caching is disabled by default. Note: In these versions JSF XML validation is enabled. As mentioned above, this can potentially cause validation errors during dialog execution. If fixing the issues is not possible (e.g. because the problem is
caused by a required component you don't have permission to change) you can set answered 04.11.2019 at 09:17 Andreas Rusch |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 04.11.2019 at 08:46
Seen: 1,461 times
Last updated: 05.11.2019 at 07:26