Description of problem: If some simple property has attribute default with pre-filled value, this value is visible in UI. If the property is required, then the user won't be notified if he doesn't change it. Version-Release number of selected component (if applicable): RHQ 4.5.0-SNAPSHOT How reproducible: always Steps to Reproduce: 1. run (apache) httpd on some monitored platform 2. add new virtual host (via child resources) 3. the "DocumentRoot" property is set to "THIS IS AUTO-DISCOVERED" 4. click save Actual results: virtual host is not created, because "DocumentRoot" doesn't point to a valid path Expected results: warning, form validation, etc. Additional info:
Created attachment 611837 [details] Example of pre-filled property