Hi, I would rather suggest you write some CSS code to achieve this. Something as simple like
label { display: block; } should work. Changing a theme only makes sense when you need to make some drastic changes like modifying layout of forms. On Sun, Aug 10, 2008 at 1:48 AM, Michael Finney <[EMAIL PROTECTED]> wrote: > Thank you. I was wondering about CSS. I had not considered extending the > theme. That's a nice idea. :) > > Digging into themes is something I should consider more often perhaps. > > > -- > Michael Finney - "Always Striving To Serve You Better Every Day" > [EMAIL PROTECTED] > http://www.SmilingSoftwareSolutions.com > > -----Original Message----- > From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 09, 2008 1:04 PM > To: Struts Users Mailing List > Subject: Re: Struts 2 and radio buttons > > --- On Sat, 8/9/08, Michael Finney <[EMAIL PROTECTED]> wrote: > > Using the simple theme, how do: > > o I get radio buttons in a group to be vertically listed? > > You can play some CSS games, or extend/modify the theme and change the > template. (There are probably other options too, but those are probably the > easiest.) > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.6.0/1601 - Release Date: 8/8/2008 > 9:02 AM > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Ram