Re: s:radio on multiple lines

2009-01-25 Thread Lukasz Lenart
2009/1/25 Daniel Ruan : > > > Maybe simpler will be to modify original template files? Or use CSS to arrange tags in column? Regards -- Lukasz http://www.lenart.org.pl/ PS. I wasn't aware that radio tag is using list to render it self ;-( --

Re: s:radio on multiple lines

2009-01-24 Thread Daniel Ruan
What I meant before is that something like this: puts everything on the same line. And there is no place there to add a tag. I found a solution in the end, after googling a bit more and with more relevant keywords: Assuming the action exposes a map of id and some object w

Re: s:radio on multiple lines

2009-01-24 Thread Lukasz Lenart
2009/1/24 Daniel Ruan : > The simple theme does not work for me... My entire app uses the simple theme > (). I also tried > theme="simple" at the s:radio level but to no avail. So then, put tag after each. Regards -- Lukasz http://www.lenart.org.pl/ --

Re: s:radio on multiple lines

2009-01-24 Thread Daniel Ruan
The simple theme does not work for me... My entire app uses the simple theme (). I also tried theme="simple" at the s:radio level but to no avail. Thanks, Daniel On Sat, Jan 24, 2009 at 3:00 PM, Lukasz Lenart wrote: > 2009/1/24 Daniel Ruan : > > I'd like to create a group of radio buttons, on

Re: s:radio on multiple lines

2009-01-24 Thread Lukasz Lenart
2009/1/24 Daniel Ruan : > I'd like to create a group of radio buttons, one on each line, because the > label is lengthy. By default, s:radio puts all radios on one single line. > How do I change that? Use them=simple instead of xhtml Regards -- Lukasz http://www.lenart.org.pl/ ---