Bug 535995 (RHQ-392) - Configuration rendering of non-required enumerated values is misleading
Summary: Configuration rendering of non-required enumerated values is misleading
Keywords:
Status: CLOSED NOTABUG
Alias: RHQ-392
Product: RHQ Project
Classification: Other
Component: Configuration
Version: 1.0.1
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact:
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks: rhq4
TreeView+ depends on / blocked
 
Reported: 2008-04-29 15:15 UTC by Jason Dobies
Modified: 2011-02-17 20:20 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-17 20:20:32 UTC
Embargoed:


Attachments (Terms of Use)

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



Note You need to log in before you can comment on or make changes to this bug.