This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 4, 2015, 10:56 AM
32 Posts

Radio Buttons and disabled attribute problem

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: Radio,Web,disabled,emptied
  • Replies: 0

Hi,

my radio buttons are emptied on web when I save my document, if the radio is disabled.

By disabled I mean that the property disabled is injected in field property:

<input name="%%Surrogate_radio" type="hidden" value="1"><label>

<input type="radio" name="radio" value="USD" disabled="disabled">USD</label><br>

<label>

<input type="radio" name="radio" value="LBP" disabled="disabled">LBP</label>

 

Note that no value is checked, while USD was already selected before I disable the radio.

before disabling:

<input name="%%Surrogate_radio" type="hidden" value="1"><label>

<input type="radio" name="radio" value="USD" checked>USD</label><br>

<label>

<input type="radio" name="radio" value="LBP">LBP</label>

 

This was working properly in R7, now it's not working in R9.

Any idea?


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal