Kbase 17169: Radio-buttons are incorrectly created in V1 & 2 web objects
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Radio-buttons are incorrectly created in V1 & 2 web objects
When creating a new web object in the WebSpeed Workbench with Version
1.0 or with WebSpeed Workshop with Version 2.x from an html
document that includes radio-sets, the radio-button value pairs are
not created correctly. When you run the web object, you get the error:
Content-type: text/html ** Attribute SCREEN-VALUE for RADIO-SET radio1 has an
has an invalid value of 1. (4058)
For example, look at the following HTML:
<!DOCTYPE HTML PUBLIC "-//SQ//DTD HTML 2.0 HoTMetaL + extensions//EN">
<HTML><HEAD><TITLE>Daves Test</TITLE></HEAD>
<BODY><P>This is a test with radio buttons....</P>
<FORM ACTION="dave.w" METHOD="POST">
<P>Input info: <INPUT NAME="info"></P>
<P>Name:<INPUT TYPE="RADIO" NAME="radio1" VALUE="1"> </P>
<P>SSn#:<INPUT TYPE="RADIO" NAME="radio1" VALUE="2"></P>
<INPUT TYPE="SUBMIT" NAME="Go"></FORM></BODY></HTML>
When you open this in the Workbench or with the Workshop it creates
a web object with a fill-in and a radio-set. If you look at the
property sheet of the radio-set, the value pairs are "radio1 1",
"radio1 1", "radio1 2". It should read "radio1 1", "1",
radio1 2", "2".
Progress Software Technical Support Note # 17169