Re: preselect a radio button based on a value
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Vijay Balakrishnan wrote: > Any help is appreciated or any example on pre-selecting a radio button based > on an input value would be great. > Thanks, look into the contrib.dbroggisch form repopulation example. There you find stuff for checkboxes (which are essentially the same as radiobuttons). Diez