2 Column RadioButton

I have a set of 8 RadioButtons that I need to have split into 2 columns. Is there an easy way to do this?John TecenoBack Bay Technologies
[193 byte] By [Guest] at [2007-11-25 9:27:28]
# 1

Hi John--

> I have a set of 8 RadioButtons that I need to have split into 2

> columns. Is there an easy way to do this?

I'm afraid not. JATO treats a group of radio buttons as a single field, so

there is no clean way to split them up this way. Instead, you should just

use standard HTML radio buttons and pull their values from the JATO radio

button group. This may require the use of scriptlets; I haven't thought

this through. You can also use the <jato:fieldValue> tag to pull values

from the JATO fields.

If you have questions, post them and I'll try to get to them in more detail.

Todd

Guest at 2007-7-1 16:32:28 > top of Java-index,Development Tools,Java Tools...