When working on JSF Views in the Axon.Ivy Desginer 7.0.11 I face sometimes the problem that need to completely restart the designer otherwise I do not see any changes in the browser. How can I solve this problem? asked 12.09.2019 at 03:23 adamf |
Hello Adamf, you have to change your the javax.faces.FACELETS_REFRESH_PERIOD from -1 to 1 in your web.xml. This interval specifies the amount of time that Facelets compiler has to wait until checking for changes in pages. For your prod system, a value of -1 is just perfect. But as a developer working on pages you want the facelets compiler to check for changes. You can find the web.xml in your designer in the WEB-INF of your webapps. For example: C:\IvyDesigner\webapps\ivy\WEB-INF\web.xml Thanks to Hung who explained this solution. answered 12.09.2019 at 03:39 Andreas Z |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 12.09.2019 at 03:23
Seen: 2,255 times
Last updated: 12.09.2019 at 03:39