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