Apex 3.1.2 Question on Radio Button

Dear all,
I have this requirement to display "READONLY" RadioGroup or disabled with one of the button being selected. The problem is that I can achieve via Jquery and Javascript but on submission of the page the value of the radiogroup id is always null. The same goes for the shuttle input type. Has anyone found a workaround for this? Thanks.
Regards,
Kueh

Kueh,
This situation generally arose when you want to display few items as disabled and few items as editable. Once any item is disabled, then it won't return it's value. This may lead for any subsequent validations to fail or inserts null into database.
You can solve this problem using 'hidden items'
Let's assume your database column for radio group item is COL_RG. Now create hidden item as set source type as 'Database Column' and column name as COL_RG. You already have radio group item which display as 'disabled' conditionlly. Change this source type from 'Database column' to hidden item value (hidden item seq should be lessthan that of Radio group item). So when item is disabled, still you have value in hidden item and issue is solved :D
However we still need to handle the case when 'Radio item' is enabled. So create JS function which will fire on change of 'radio item' and set the value of hidden item with 'new value' ;-)
Cheers,
Hari

Similar Messages

  • Question on radio button

    I have one "selectOneRadio" with two "selectItem" and an associated "ValueChangeEvent". This event is getting fired for only one radio button. How do I get selected button value?

    Frank, I do have the reference. When I click the second radio button, it triggers the event. For the first one, it doesn't.
    public void onSelectOpt1(ValueChangeEvent evt){
    String nVal = (String)evt.getNewValue();
    In the selectOneRadio, I have like this:
    valueChangeListener="#{backingBeanScope.backing_getOrdTable.onSelectOpt1}"

  • Single select option in table view as radio button without design

    Hi,
    When I use the Content design = "Design2002" or design = "Design2003" then I get a checkbox in table view by giving the single select option. But when I do not use any design for the Content then I get a radio button in the table view.
    How do I get a radio button in the table view with Content Design = "Design2002" or design = "Design2003"?
    Message was edited by: Brian McKellar
    Assume you are asking about design=2002 versus 2003? Updated question.

    Hallo Sachin,
    Later this afternoon I will check your question with a colleague for an answer. We are all offsite today.
    Until then, it would be good if you review your questions Tableview radio button event..
    ++bcm

  • Slow response time for radio buttons on Internet Explorer 7

    Hi,
    We're using ADF 11.1.1.4 on weblogic 10.3.4 on a Solaris 10 (sparc) platform. The architecture also uses OHS and Webcache 11.1.1.4.
    One of our applications has a webpage that is composed of several tabs, inside each tab we have some questions with radio buttons. When a client responds all questions on the first tab it moves to the second, where the application loads the necessary questions, based on the answers provided on the first tab. Once the client finishes answering this tab it moves to the third one and so on.
    The problem appears once the tabs are loaded. Each time the client clicks one of the radio buttons, Internet Explorer takes between 3 to 5 seconds to return control, and considering that a client might need to click dozens of radio buttons to complete a process, it becomes a very exhausting task. It's worth noting that the session information is persisted for each radio button, when we move between tabs all answers are kept even if we didn't saved the progress.
    On the other side, if we use Google Chrome 16, we find that the webpage returns control to the user almost inmediately, when clicking the radio buttons the response time is usually at 1 second or less.
    We've checked that the app server is not stressed, heap memory is nowhere near the maximum assigned and the used processor % is very low, so it does not seems to be a resource problem.
    Is there any known issue with ADF 11.1.1.4 and IE7/8 that affects the browser's response time? Are there any guidelines or recommendations regarding how to make the radio button component work properly? Has anybody noticed this behavior in adf?
    Thanks.

    I think that the most accurate description of the problem is that the autosubmit action of the radio button takes considerably longer in IE7 than in Chrome.

  • Radio button affecting dynamic action

    Hi
    I am trying to implement Radio Button in apex 4.1.1 , on selecting radio button , it show and hide regions. I got that working
    I was wonder if , i include more static value to radio groups and which are only shown , when authenticated user is logged in or is not a public user and then on selecting same non public radio button it show authenticated region only.
    All in same radio groups
    radio 1 show this to public user
    radio 2 (shown on logged in) when selected show this region.
    thanks in advance

    Hi,
    >
    I am trying to implement Radio Button in apex 4.1.1 , on selecting radio button , it show and hide regions. I got that working
    I was wonder if , i include more static value to radio groups and which are only shown , when authenticated user is logged in or is not a public user and then on selecting same non public radio button it show authenticated region only.
    All in same radio groups
    radio 1 show this to public user
    radio 2 (shown on logged in) when selected show this region.
    >
    Radio buttons are complex HTNL elements. While it is theoretically possible to manipulate then with JavaScripts it is simpler and better to have 2 separate items and hide/show them conditionally.
    If you must use one group then you will need to use jQuery selectors to get hold of the buttons individually. Look up the element in HTML DOM using browser "inspection" utilities, e.g. FF+Firebug, and you can work out the selector.
    Cheers,

  • How to unselect Radio Button in VC

    Hi all,
    I have set of questions with radio button. I can select different values from radio button for different questions. I select one value (Ex: good)  from radio button and then if i click Next button the value of the radio button is not refreshed . It shows the same value what i have selected before that. How can i unselect the radio button for next questions?
    Help me in this regard.
    Thanks & Regards,
    Hemalatha J

    Hi Basheer,
    Ya, I am using single radio button Group and Single Form. I changed question field by doing system action of button(select Row action).
    Thanks & Regards,
    Hemalatha J

  • My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks la

    My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  Unfortunatly I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks later.  Need immediate help!!!

    Is it that you are using a PDF-based form? Did you copy and paste the Yes/No fields all the way down your form? If so, then all of the yes/no boxes are copies of each other and have the same name and properties in the PDF.
    For example, if you had:
         Question 1 and Question 1 Yes/No checkboxes
         Question 2 and Question 1 Yes/No checkboxes
         Question 3 and Question 1 Yes/No checkboxes
         Question 4 and Question 1 Yes/No checkboxes
    Then whatever answer you selected in Question 1 would populate down through the rest of the form.
    Changing the Yes/No field properties in questions two through four would eliminate the problem.
    I hope that helps,
    Brian

  • How do I include the radio-button items on a second column as possible answers to the question?

    Using Adobe Acrobat Pro X, we created a fillable PDF from an existing PDF.
    One question can be answered by choosing one of four choices (radio buttons). The answers are laid out in a 2-by-2 arrangement.
    When Acrobat Pro converted the PDF into fillable format, it thought that the radio-button answers on the second column are not part of the question.
    How can I manually override Acrobat and make choices 3 and 4 part of the question.
    Please click attached screenshot for better zoom.

    George,
    i am the OP. I mistyped my email address and cannot log in to my original account.
    Thanks for your reply.
    How do I give each radio button the same name but unique button values?
    I right-clicked the first radio button, chose Properties (Ctrl+I).
    I copied the name: "What is your personal net worth in Canadian dollars including spousecommon law partner if applicable".
    I clicked Close.
    I then went into the Properties dialog window of the third radio button, which is one of the ungrouped choices. I pasted the name [What is your personal net worth in Canadian dollars including spousecommon law partner if applicable]. I then clicked Close.
    I get an error message pop up:
    A field of a different type already uses this name. Please choose a new name for the field, or change the field type to match the existing field with this name.
    What must I do now?
    Thanks.

  • Editing radio button / check box in MC question in DesignTemplates?

    Anyone an idea, how can I change these radio button / check box in MC question in a DesignTemplates?

    Hi there
    I don't believe this aspect may be controlled by a Design Template. Probably because this is an aspect that may vary from question to question. It deals with question functionality as opposed to simple visual elements.
    If you feel strongly this should be considered as part of a Design Template function, I might suggest you put it forward to Adobe.
    Click here to visit the Wish Form/Bug Reporting Form
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Exported To FLash 8 - MC question Radio Button Size?

    I have a quiz that uses MC and T or F questions - I am
    exporting it to flash to integrate it with some other content.
    I have everything working at this point, except I need to
    increase the font size of the question Radio buttons and everything
    i have tried so far hasn't worked. I am guessing it is somewhere in
    the captivate quiz class files but i havent been able to track it
    down.

    Thanks for the response.
    After i posted I kept digging and found where the code is
    that sets the font for the Radio buttons in the quizzes when you do
    an export to flash. What I found out is listed below in case anyone
    else ever needs the information- hopefully it will save someone
    else some time.
    The ".as" file is --
    C:\Documents and Settings\YOUR NAME HERE\Local
    Settings\Application Data\Macromedia\Flash
    8\en\Configuration\Classes\AdobeCaptivate\quiz\CpMultipleChoice.as
    Strating at line 106 there is the following code
    p._font.name = "Arial";
    p._font.size = 12;
    p._name = "" + numAnswers;
    I was then able to make the font size larger to match the
    other text on the screen (i do have to say it's rather annoying
    that those attributes don't get exported from the captivate file,
    because i set the font properties before exporting - but i guess
    there is probably a reason for that)

  • Adobe Captivate - Multiple Choice Quiz Question - Radio Button and Text Alignment

    I have created a quiz with multiple choice questions.
    No matter what I do I cannot align the radio button and the text for the choices (see below).
    I would like to align the center of the radio button with the center of the letter A) and B).
    I have tried every option that I can think of in the Properties options.
    Please let me know if anyone has a solution for this.
    Thank you

    Thanks for the reply.
    Previously I tried several different combinations of fonts and font sizes, but didn't see any change.
    Does anyone else know of anything else that could effect this situation?

  • HT201210 After asking a question last week, I now get scores of emails every day. I turned off the radio buttons on " notify me by email " respectfully please help

    After asking a question to the community last week, It now get scores of emails now with questions . I had marked the radio buttons to be notified but
    Later found them, and un clicked them all. Also I might have been hacked, because I was charged yesterday with an App, that I did not order!!!
    I only know that, because I get an instant message from my bank by phone, when I spend any money. I am worried.
    Bambi

    Hello Dorothea5916,
    It sounds like you changed your forum account preferences and now they have changed back, and you have an unauthorized purchase on your iTunes Store account and have concerns about your account security. I recommend first changing your Apple ID password with this article:
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    Go to My Apple ID (appleid.apple.com).
    Click “Manage your Apple ID” and sign in.
    If you have two-step verification turned on, you'll be asked to send a verification code to the trusted device associated with your Apple ID. If you're unable to receive messages at your trusted device, follow the guidelines for what to do if you can't sign in with two-step verification.
    Click "Password and Security".
    In the "Choose a new password" section, click Change Password.
    Enter your old password, then enter a new password and confirm the new password. Click Save when done.
    The next time you use an Apple feature or service that uses Apple ID, you'll be asked to sign in with your new Apple ID password
    You should also report an issue with the purchase to the iTunes Store support directly with the following article:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/ht1933
    To enhance security for your account you may want to look into Two-Step Verification to help prevent unauthorized access to your account:
    Apple ID: Frequently asked questions about two-step verification for Apple ID
    http://support.apple.com/kb/ht5570
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • SE54 - Recording Routine Radio Button - Transport Question

    Greetings!
    We have an issue in our development system where in T-Code SE54 the Recording Routine radio button selection was changed for a particular table so it's affecting one of our custom transactions.
    We are looking to change the setting but there is some uncertainty around if anything else needs to be done. Is it just a change of the radio button setting and then transporting to our QA environment or would there be any additional steps involved (activation, etc)?
    I appreciate it!
    Wendy

    NM, don't need.

  • Radio button question

    I want achieve like this in UI
    Showing two radio button and grouping then is simple. But what I need is between those radiobuttons (in page direction), I would like to have some other components which makes sense for each selected radio.
    Radio1
           SomeComponents
    Radio2
           SomeComponents

    The Tomahawk library version of selectOneRadio supports this with layout="spread". Then use Tomahawk radio components anywhere within the form.

  • Newbie radio button question?

    Hi. I am trying to create a time field when a user clicks a certain radio button. More like a time stamp when the user clicked the radio button. There are three buttons labeled within a group: 'RadioButtonList' which have the values 1,2,3. When someone clicks the 1 button, the time field would get updated with the time the user clicked the button. Any ideas?

    In the "Window" menu, next to "Tools", select "Script Editor".
    You will see a script window open. Select the radio button first, in "Script Editor" make sure
    Language: "Java Script" is selected,
    Run At: "Client"
    Show: select "Change"
    Then paste the code in the window.
    You have to put the right names of the fields for this to work. You can get the full name of the fields by selecting the field, you will then see in the "Script Editor" window the full name of the field.
    If you created a field named "timeStamp", you would see soemthing like this in the Script Editor window:
    ----- form1.#subform[0].timeStamp::change - (JavaScript, client) ----------------------------------
    The full name of this field would be "form1.#subform[0].timeStamp"
    Following this example, the code to paste into the radio button "change" event would be:
    var now = new Date();
    form1.#subform[0].timeStamp.rawValue = now.toString();

Maybe you are looking for

  • Received HTTP response code 500 : Internal Server Error using connection Fi

    Hi everybody, I have configured a file-webservice-file without BPM scenario...as explained by Bhavesh in the following thread: File - RFC - File without a BPM - Possible from SP 19. I have used a soap adapter (for webservice) instead of rfc .My input

  • Flex ant build - problem including custom theme

    Hi, I added custom ios theme using the below code in the flex ant build. The custom ios theme does not seem to be included. <compiler.theme dir="${FLEX_HOME}/frameworks" append="true">  <include name="themes/Spark/spark.css" />    <include name="them

  • How to add a new tab in Multiple Selections of Select Options

    Hello Experts I have a requirement where under the standard select options there is a button "Multiple Selections", when it is clicked there should be a new tab in which there will be a list of options generated based on some condition with checkboxs

  • WSDL without endpoint in Services Registry

    Hi, I have successfully configured an enterprise service from ECC 6.0 by following this tutorial ([Configuration of Enterprise Services using SICF and SOAMANAGER|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20b723f8-a422-2c10-aca5-fe64eeda1

  • Apex installation in RAC environment

    Hi All, I am trying for upgrading Apex in a RAC environment which is having 2 nodes "sed1p1" and "sed1p2". Is there any specific steps i need to follow. Doi need to shutdown one node while installing Apex in other node. Any specific steps need to be