Re: [shale] Using t:radio in Clay

2006-03-24 Thread Richard Wallace
Gary VanMatre wrote: Hello again, I'm trying to use the Tomahawk t:selectOneRadio and t:radio components to use the spread layout feature. Here's the clay-config.xml configuration for my component definitions: component jsfid=selectPaymentType extends=t:selectOneRadio attributes

Re: [shale] Using t:radio in Clay

2006-03-24 Thread Gary VanMatre
That mostly works. Now the page renders and the spread radio buttons are displayed where I have the span jsfid=selectPaymentTypeCreditCardOption / elements, but the radio buttons are also displayed where the span jsfid=selectPaymentType / element is. They're not supposed to be rendered if

Re: [shale] Using t:radio in Clay

2006-03-24 Thread Richard Wallace
Gary VanMatre wrote: That mostly works. Now the page renders and the spread radio buttons are displayed where I have the span jsfid=selectPaymentTypeCreditCardOption / elements, but the radio buttons are also displayed where the span jsfid=selectPaymentType / element is. They're not

Re: [shale] Using t:radio in Clay

2006-03-24 Thread Ryan Wynn
On 3/24/06, Richard Wallace [EMAIL PROTECTED] wrote: Gary VanMatre wrote: Oh, I missed that one. We need to override the t:selectOneRadio renderer. The JSP tag must be doing this in the tomahawk components since it's not in the faces-config.xml. Try the following: I think these should

[shale] Using t:radio in Clay

2006-03-22 Thread Richard Wallace
Hello again, I'm trying to use the Tomahawk t:selectOneRadio and t:radio components to use the spread layout feature. Here's the clay-config.xml configuration for my component definitions: component jsfid=selectPaymentType extends=t:selectOneRadio attributes set name=id

Re: [shale] Using t:radio in Clay

2006-03-22 Thread Gary VanMatre
Hello again, I'm trying to use the Tomahawk t:selectOneRadio and t:radio components to use the spread layout feature. Here's the clay-config.xml configuration for my component definitions: component jsfid=selectPaymentType extends=t:selectOneRadio attributes set name=id