One more hint - please keep in mind that usually files are still not installed when panels are shown.
If you use template.properties to show values on a panel this is rather for purposes of updates from older, preinstalled versions of your application. This would be fine.
If your template.properties comes with the installation and you need it to exist also for installations from scratch I'd recommend to use an InstallerListener for doing tasks with it, but you can't read it for default values in panels. You must use built-in default values for this case. Dividing into default values and values from preinstalled files can be done easily by dynamic variables and conditions.
René
Dne středa 23. září 2015 9:47:03 UTC+2 René Krell napsal(a):