radio tag - how to have the items order vertically?

2008-02-13 Thread xianwinwin
this message in context: http://www.nabble.com/radio-tag---how-to-have-the-items-order-vertically--tp15468384p15468384.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT

Re: radio tag - how to have the items order vertically?

2008-02-13 Thread Jeromy Evans
xianwinwin wrote: Hi there, I have a list of items ordered on my jsp page with a radio buttons: 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 poin

Re: radio tag - how to have the items order vertically?

2008-02-14 Thread xianwinwin
you suggested: Use theme="simple" on the radio then add breaks between each radio button; or Q: what do you mean by "add breaks between each radio button" Thank you! -- View this message in context: http://www.nabble.com/radio-tag---how-to-have-the-it

Re: radio tag - how to have the items order vertically?

2008-02-14 Thread Dave Newton
--- xianwinwin <[EMAIL PROTECTED]> wrote: > you suggested: > > Use theme="simple" on the radio then add breaks between each radio > button; or > > Q: what do you mean by "add breaks between each radio > button" You'll probably need to either: modify an existing template, create your own, or pl

Re: radio tag - how to have the items order vertically?

2008-02-14 Thread Jeromy Evans
When you use theme="simple" the radio buttons are rendered as plain html inputs: eg. xianwinwin wrote: you suggested: Use theme="simple" on the radio then add breaks between each radio button; or Q: what do you mean by "add breaks between each radio button" Thank you! ---

Re: radio tag - how to have the items order vertically?

2008-02-14 Thread xianwinwin
is there any concrete example of how to modify an existing template, thanks! -- View this message in context: http://www.nabble.com/radio-tag---how-to-have-the-items-order-vertically--tp15468384p15492763.html Sent from the Struts - User mailing list archive at Nabble.com

Re: radio tag - how to have the items order vertically?

2008-02-15 Thread xianwinwin
the same line (and have the buttons vertically)? THANK YOU! -- View this message in context: http://www.nabble.com/radio-tag---how-to-have-the-items-order-vertically--tp15468384p15509849.html Sent from the Struts - User mailing list archive

Re: radio tag - how to have the items order vertically?

2008-02-15 Thread Jeromy Evans
xianwinwin wrote: Thank you Jeramy! I tried to use the cssStyle for a while and came up with this: list="groups"/> Unfortunately the the cssStyle is applied to the input, not to the label as well. As you're using a list to create the radio buttons you have little option but to create

Re: radio tag - how to have the items order vertically?

2008-02-15 Thread Jeromy Evans
Dave Newton wrote: --- Jeromy Evans <[EMAIL PROTECTED]> wrote: Unfortunately the the cssStyle is applied to the input, not to the label as well. On this note I'm wondering if anybody has any desire for the default theme to have things like label styles, an "id" on the (which I need

Re: radio tag - how to have the items order vertically?

2008-02-15 Thread Dave Newton
--- Jeromy Evans <[EMAIL PROTECTED]> wrote: > Unfortunately the the cssStyle is applied to the input, not to the label > as well. On this note I'm wondering if anybody has any desire for the default theme to have things like label styles, an "id" on the (which I need for hiding/showing etc) an

Re: radio tag - how to have the items order vertically?

2008-02-18 Thread xianwinwin
27;s it > > Hope that helps, > Jeromy Evans > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.n