<html:radio property="radioButton" />
getter and setter for the property "radioButton" and set your <html:form
method="get" action="bla">
</html:form>

define a variable like this (Form-Bean)
private String radioButton = "nb1";
 
public void setRadioButton(String radio) {

this.radioButton = radio;
  }

public String getRadioButton() {
    return this.radioButton;
  }

try it 
Stefan Hamm
100world.com AG
Middleware
Vordere Cramergasse 11
Fon: +49(0)911-4244-188             
D-90478 Nürnberg      
[EMAIL PROTECTED]            www.100world.com



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 4. Oktober 2001 12:52
To: [EMAIL PROTECTED]
Subject: RE: how to use a radio button




i need  2 radio buttons
with
yes
no
if one is clicked other should be disabled
and vice versa




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.Kindlesystems.com
**********************************************************************

Reply via email to