The way I solved this was to add my own theme, and change the xhtml theme's
"checkboxlist" template to match what I wanted 'my' checkboxlist to do.
Under the root of your web app, add a directory named "template".  Under
"template" add a directory called "myapp".  Then copy checkboxlist.ftl out
of the Struts jar into template/myapp, and modify it as you wish.  Finally,
in your JSP, do <s:checkboxlist theme="myapp" .../>

This comes up fairly often -- I am happy to add it to the FAQ if someone can
tell me how I do that.
jk

On Thu, Feb 26, 2009 at 5:46 AM, <k...@chalu.cz> wrote:

>  BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px;
> }Hallo,
>  is there any way to set that all items (checkboxes) in
> s:checkboxlist are in their own line, one checkbox under other.
>  Defaultly they are all on the same line and I cannot find the way
> how to set that each one checkbox has to have their own line :-(
>  Thanks, Jiri
>



-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to