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 supposed to be rendered if the layout is set to spread tho. I'll play around with it a bit today and see if I can figure out what's going on. May be a problem with the Tomahawk component itself, who knows.


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:

<component jsfid="t:selectOneRadio" componentType="org.apache.myfaces.HtmlSelectOneRadio" 
extends="baseOutput">
   <attributes>
<set name="rendererType" bindingType="VB" value="org.apache.myfaces.Radio"/>
That worked perfectly Gary, thanks. The strange thing was that I was trying to reproduce the problem in a smaller example app but it seemed to work fine before the change.

Now it is working everywhere, thanks again.
Rich

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

Reply via email to