Can anybody point me to an example of how to create radio
buttons?  The "setChecked" doesn't seem to work for me.

Also does anyone have a function that creates radio buttons and checkboxes
from data
pulled from a database?

//Payment method
Input inputCC1 = new Input(Input.radio, "PayMethod", "CC");
inputCC1.setChecked( true );
Input inputCC2 = new Input(Input.radio, "PayMethod", "PC");
inputCC2.setChecked( false );



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to