How to make selectBooleanCheckbox and selectBooleanRadio required?

I have tried setting the "required" property on both selectBooleanRadio and selectBooleanCheckbox components, but it appears to have no effect. What I need is the same functionality as a selectOneRadio component, but with the UI flexibility of the selectBooleanRadio component. I can set all of my SelectBooleanRadio components in a "group", and that makes sure that only one in the group is selected at a time. But, I need to ensure that at least ONE is selected (e.g. "required"). This works for selectOneRadio, but not selectBooleanRadio.
Here's some (overly-simplified) sample code for the page:
<af:selectBooleanRadio text="Option A" id="selectBooleanRadio1" label="Select One" group="group1" value="A" required="true" simple="true"/>
<af:selectBooleanRadio text="Option B" id="selectBooleanRadio2" label="Select One" group="group1" value="B" required="true" simple="true"/>
<af:selectBooleanRadio text="Option C" id="selectBooleanRadio3" label="Select One" group="group1" value="C" required="true" simple="true"/>
I would expect that with the "required=true" property set, that ADF would not let the user submit the page without select one of the selectBooleanRadio options. But, it doesn't do that. (Similar problems exist for a selectBooleanCheckbox - the 'required' attribute appears to have no effect.)
I am using jDev v11.1.1.5.0. I'm sure I'm missing something obvious, and would love for someone to point out what it is! :-)
Thanks,
Karl

Hi Karl,
See URL: [http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_selectBooleanRadio.html]
Extract from the URL The attributes "disabled", "immediate", "readOnly", "required", "requiredMessageDetail", "value" are not settable from the client for security reasons.
You need to have a managed bean to set initial value and force it as required field.
Hi Timo,
See Karl is using "group" attribute.

Similar Messages

  • How to make Buyer and Planner fields in Master Items Form Required without

    How to make Buyer and Planner fields in Master Items Form Required without using personalization?
    1) Steps to Reproduce
    Under Application Developer Common Modules responsibility,
    1) Query Region MTL_SYSTEM_ITEMS
    2) Click on Region Items
    3) Add Buyer Id and Planner Code attributes with Required checkbox checked.
    4) Bounce iAS server and JVM and clear java cache
    5) Changes not taking effect
    Current Application Release: 11.5.10.2 (3460000)
    Current INV Rollup: INV.J RUP22 (9878808)
    Current WMS Rollup: WMS RUP19 (9951502)
    Product Installation List :
    Product Installation: 11i.BOM.J: Installed
    Product Installation: 11i.EGO.E: Installed
    Product Installation: 11i.ENG.I: Installed
    Product Installation: 11i.INV.J: Installed
    Product Installation: 11i.PO.I: Installed
    Product Installation: 11i.WMS.G: Installed
    client needs to make the Buyer and Planner fields under Inventory->master Items form to be required.
    He tried using the Application Developer Common Modules responsibility, to find the Master Items Region and added the Buyer Id and Planner Code attributes with the Required check-box set to Yes. He bounced the iAS server and cleared java cache, but the changes do not take effect.
    client does not want to use form personalization.
    Can you please provide more assistance for using Application Developer Common Modules responsibility?
    Edited by: jemar98 on Aug 9, 2011 1:44 PM

    A forms developer could make those fields required with a CUSTOM.pll extension if you didn't want to use forms personalization. Both are considered customizations to standard functionality and may or may not require rework after patching or upgrades.

  • HT5796 I was on a a different Apple ID and I logged out because they didn't want me on there anymore so I figured out how to make one and now it's not letting me upgrade or download anything. I rebooted my iPhone 5, iOS 7.0.4 multiple times nothing fixed

    I was on a a different Apple ID and I logged out because they didn't want me on there anymore so I figured out how to make one and now it's not letting me upgrade or download anything. I rebooted my iPhone 5, iOS 7.0.4 multiple times nothing fixed my problem.

    I was on a a different Apple ID and I logged out because they didn't want me on there anymore so I figured out how to make one and now it's not letting me upgrade or download anything. I rebooted my iPhone 5, iOS 7.0.4 multiple times nothing fixed my problem.

  • How to make fonts and photos bigger?

    how to make font and phpt bigger?  Bigger web pages, not narrow pictures in the middle

    The easiest method is to type Command + and that will make make the image larger. However you can also go to System Preferences - Displays and adjust the display resolution too. Finally, you can use Mavericks zoom capabilities as explained in:
    http://support.apple.com/kb/PH14358

  • How to make reifications and  query to obtain them

    Hello;
    If the option expressed in the previous thread is unavailable the other option is make reifications over the triple.
    There is no documentation about how to make reifications and how is expressed in a SDO_RDF_MATCH query
    Can you help me ?
    Regards
    Isidro

    Example: if you want to express the fact that :John :fatherOf :Matt is recorded in the document :birthCertificate, it could be done using reification as follows:
    INSERT INTO family_rdf_data values(100,
    SDO_RDF_TRIPLE_S('family',
    'http://www.example.org/family/stmt1',
    'http://www.w3.org/1999/02/22-rdf-syntax-ns#type',
    'http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement'));
    INSERT INTO family_rdf_data values(101,
    SDO_RDF_TRIPLE_S('family',
    'http://www.example.org/family/stmt1',
    'http://www.w3.org/1999/02/22-rdf-syntax-ns#subject',
    'http://www.example.org/family/John'));
    INSERT INTO family_rdf_data values(102,
    SDO_RDF_TRIPLE_S('family',
    'http://www.example.org/family/stmt1',
    'http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate',
    'http://www.example.org/family/fatherOf'));
    INSERT INTO family_rdf_data values(103,
    SDO_RDF_TRIPLE_S('family',
    'http://www.example.org/family/stmt1',
    'http://www.w3.org/1999/02/22-rdf-syntax-ns#object',
    'http:/www.example.org/family/Matt'));
    INSERT INTO family_rdf_data values(104,
    SDO_RDF_TRIPLE_S('family',
    'http://www.example.org/family/stmt1',
    'http://www.example.org/family/recordedIn',
    'http://www.example.org/family/document/birthCertificate'));
    A sample query involving such reified statements:
    SELECT s, p, o
    FROM TABLE(SDO_RDF_MATCH(
    '(?stmt rdf:subject ?p) (?stmt rdf:predicate :fatherOf)
    (?stmt rdf:object ?o)(?stmt :recordedIn ?s)',
    SDO_RDF_Models('family'),
    null,
    ....

  • How to make OC4J and IIS on diffrent machines ?

    Hi,
    How to make OC4J and IIS running diffrent machines. following document tells use "standalone ONS daemon",Can anybody tell what standalone ONS daemon means and steps to be done to make IIS working on diffrent machine
    http://download-west.oracle.com/docs/cd/B25221_03/web.1013/b25211/oc4jplugin.htm#i638738
    Thanks & Regards
    Vino joy

    sender,
    the quantize menu is in the top info box in the arrange.
    if you double click on it, an extended parameter box appears with a lot of quantizing options. also RTFM about this bit.
    in the sample editor, there is an audio quantize feature.
    but it is old, and probably hasn't been updated in ten years........try it, you
    'll prolly hate it.
    there is also a quantize audio/groove plug, in the special menu.
    it works....sorta.
    if you're talkin' drums, on seperate tracks, like kik on one, and snr on the next, etc., try strip silence to cut the loop/file up, then select same in the arrange trk and quantize this, as above. (info box).
    this does work well provided you know just where you want the feel to be.
    you could also try making a groove template of the original clip/loop and use this as a timing reference.
    this also works well if you can get a clean footprint of the audio.
    best,
    DR9

  • How to make uiactionsheet and uidatepickerview compatible both ios 7 and ios 8 ?

    how to make uiactionsheet and uidatepickerview compatible both ios 7 and ios 8 ?

    I do not know actually why there is no option "dock transparency". That is strange that Apple is proudly speaking about Retina display and now covers it by such big and untransparent stripe of something. I also like the display and I am strongly dissapointed seening it painted in such blurred colors. And I do not care about algorithms that are behind it and how complicated there are. It is not working for me and happy to see for most of the community. That definitively is not a dock. I would like to make it full transparent this would be more iOS7 light style. At the dock there are icons which stay all the time at the same place, why do we need something to emphasize their meaning?

  • How to make a field as required in Page customization

    Hi,
    Please help me as how can i make a field on Master agreement as required Field in Page customizations.
    I am able to hide the same field, but, I am not able to make it as a required field.
    Regars

    Hello Janaki,
    Goto page customization under User Interface in System Setup. Once you are there click the Object Name in the page customization list.
    1) Click Edit -> Click add button and click pencil icon just in front of newly created entry. In the Field ID field give the Field ID value per the UI View from the RG (Resource Guide).
    2) Select Property from the drop down as "Required".
    3) Select Yes radio option under the Value. and click ok and then click save.
    Thats it. It should make your field as required field.
    I hope this helps.
    Regards,
    Jagjeet Singh

  • How to make English and Chinese pdf files searchable?

    I have scanned many A4 English and Chinese print-outs into pdf format.  How to make these files searchable ? People mention about the OCR issue. Will the installation of Adobe make life easy and manageable?

    I know Acrobat does Japanese OCR very well; I can only assume that it works for Chinese as well.
    P.S. I just checked: Chinese (Simplified) and Chinese (Traditional) are both language selection options for OCR.

  • How to make fonts and image sharp?

    I download Federation, Halo fonts and they have jaggy edges. Image is a an gif, but doesn't look sharp! Am I suppose to configure Livetype, how to make it sharp?
    Thank You
    Luis

    The easiest method is to type Command + and that will make make the image larger. However you can also go to System Preferences - Displays and adjust the display resolution too. Finally, you can use Mavericks zoom capabilities as explained in:
    http://support.apple.com/kb/PH14358

  • How to make ear and war file

    hi ,
    can anyone tell me how to make the ear and war file ??/
    Regards,
    Shruti.

    hello shruti
    to make war file enter the following command through command prompt
    jar -cvf filename.war give one space then .(dot)
    bye

  • How to Make u0091Contactu0092 Profile a required field in BP Maintenance?

    We are using "status" tab in the Tcode: /nBP- BP Maintenance and trying to do following two things:
    1.     Make ‘Contact’ filed as REQUIRED fields in BP Master in under ‘Status’ tab, and
    2.     Restrict one or more communication method(s) as ‘Disallowed’ while others remain Allowed. Here is the scenario: BP chooses NOT TO BE CALLED on Phone but agrees to receive Letters and/or Emails.
    We believe this would require development, but wonder if there are other options, or if anyone has done something similar and would be willing to share?
    Thanks in advance,
    Purush Chitkara

    Hi,
    Sort Key can be made as mandatory through SPRO settings.
    SPRO > Financial Accounting New > Accounts receivable and accounts payable > vendor accounts > Master Data > Preparations for creating vendor master data > Define Account groups with screen layout > Double click on your account group > Double Click on company code data > Double clcik on account management  > Make the field sort key as required entry.
    Regards,
    Prabu

  • How to make JDBC and SAP connectivity with VC 6.0

    can anyone help me.....how to make JDBC system and SAP system visible in the System drop-down list in Data Task Panel of Visual Composer 6......i mean how to make connectivity with JDBC and SAP system......so that i can use any table in the back-end database as well as any BAPI in the R/3 system.........
    Thank you very much.....

    Hi Deep,
    There is a how-to posted on SDN regarding how to connect and configure the BI JDBC Connector.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    This document describes the jdbc driver to use etc.
    Hope this helps,
    Cheers,
    Scott

  • How to make stop and start in one button

    Hello All
    My Question is how to make button that when I prees it first time work as stop button and when I press it second time work as start button, I hope if I found my answer soon.
    thank u all
    Best Regards

    It's probably not worth to add all these sequences, local variables, and parallel loops. Here's a somewhat simpler version, showing two possibilities: 0:using events, 1: not using events. Pick one!
    There are many other possibilities. It really depends what else there is.
    Message Edited by altenbach on 10-15-2007 06:59 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    StartStopMOD.vi ‏19 KB

  • How to make Navigation and Topic panes scroll independently?

    Can anyone suggest how to make the default Multiscreen HTML layout navigation and topic panes to scroll independently, to accomidate a long index or TOC? Currently, scrolling toward the end of the index, for example, causes the topic pane to scroll also. Selecting an index entry scrolls the topic to the location of the appropriate content, but also scroll the index, taking the selected entry out of view. I would like independent scrolling of nav pane and topic panes.
    I'm using RoboHelp HTML 10, FrameMaker 11, TCS4.
    Thanks you.

    Your post has been moved to the Multiscreen forum. That does not change the link.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Macbook pro monitor not working

    prior my macbook was working flawlessly, no issues. but now its screen is not turning on, not even being picked up. the camera on the laptop works, everything else works perfectly, but the screen does not respond. im out of apple warranty so i apple

  • Why is the ActionForms validate-Method called twice?

    Hello forum, I'm new to struts and want to develop a form, where an internetuser can leave a comment to an article. Just like most sides, an image with an text is displayed, the text has to be written into an inputfield before the comment is commited

  • Resolution of charts

    Hi All, On executing a WAD report, the graph does not have appropriate display. It is blurred and straight lines appear as several dots. Are there any settings in WAD to improve the resolution of charts?? If yes, then where can I find these settings

  • Use Ink and Slide as graphics tablet for PS & LR

    I have tried apps that turn my ipad into a wifi touchpad for my PC, and they work quite well. Coupled with an Adobe Ink pen and an app that loads a section of my PC's display (running PS or LR.. or Illustrator too!) and bam, you've got a pressure sen

  • Transaction roll back

              Dear Everyone,           What kind of exceptions do the wls container force to roll back a transaction?           Already a simple NullpointerException does it or it has to be a kind of special           Exception like EJbException?