Bug 535995 (RHQ-392)

Summary: Configuration rendering of non-required enumerated values is misleading
Product: [Other] RHQ Project Reporter: Jason Dobies <__jdobies>
Component: ConfigurationAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.1CC: ian.springer
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-392
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-17 20:20:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 585306    

Description Jason Dobies 2008-04-29 15:15:00 UTC
With the following description:

            <c:simple-property name="shutdownMethod" displayName="Shutdown Method" type="string" required="false" default="JMX" 
                               description="The method used to execute the Shutdown operation;
                                            defaults to 'JMX MBean'.">
                <c:property-options>
                   <c:option value="JMX"    name="JMX MBean" default="true"/>
                   <c:option value="SCRIPT" name="shutdown script"/>
                </c:property-options>                    
            </c:simple-property>                                            

I'd expect checkboxes since required is false, however radio buttons are rendered. This forces the user into a choice even though it's not required (unset is also not checked by default).

Comment 1 Red Hat Bugzilla 2009-11-10 21:08:21 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-392