xianwinwin wrote:
Hi there,

I have a list of items ordered on my jsp page with a radio buttons:


<s:radio   name="fruitsname" list="fruits"   />


my question is how to have the list vertically? (I get it horizontally)
I tried to dig the info from http://struts.apache.org/2.x/docs/radio.html
but couldn't get it right


thanks for any pointers!

Use theme="simple" on the radio then add breaks between each radio button; or

Create a custom theme for the radiolist: http://struts.apache.org/2.x/docs/themes-and-templates.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to