You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christian Kaltepoth (JIRA)" <de...@myfaces.apache.org> on 2009/08/01 11:46:14 UTC

[jira] Commented: (TOMAHAWK-1438) is broken when migrating from 1.1.8 to 1.1.9

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737855#action_12737855 ] 

Christian Kaltepoth commented on TOMAHAWK-1438:
-----------------------------------------------

I checked this issue but wasn't able to reproduce the problem with the
described environment (MyFaces Core 1.2.6 + Java6).

Tomahawk 1.1.8 and 1.1.9 both render the radio buttons correctly
even with an empty itemLabel.

There seems to be some other problem in your application that causes
this behavior. I'm very sorry, but I don't think we can help you
without a test case that can reproduce this issue.

> <t:selectOneRadio> is broken when migrating from 1.1.8 to 1.1.9
> ---------------------------------------------------------------
>
>                 Key: TOMAHAWK-1438
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1438
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: selectOneRadio / radio
>    Affects Versions: 1.1.9
>         Environment: windows xp, jsf 1.2.6, java 6
>            Reporter: reverttoconsole
>
> I migrated from 1.1.8 to 1.1.9 to see if my application would be stable. On one page,  <t:selectOneRadio> buttons was not showing up at all. I researched for a bit but couldn't find any solution. I don't think I can afford to test every case for a migration so decided to drop the idea (we have our app in production already).
> I'm unable to give  a test case but I can share the code used on the page:
> <t:selectOneRadio id="defaultPhoneType" value="${controller.preferedPhoneType}"  layout="spread">
> 	       <f:selectItem itemLabel=""  itemValue="HOME"/>
> 	        <f:selectItem itemLabel=""  itemValue="WORK"/>
> 	        <f:selectItem itemLabel=""  itemValue="CELL"/>
>  </t:selectOneRadio>
> <!-- somewhere in the same page -->
> <fieldset>
> 			<legend><span>xyz</span></legend>
> 			<ul class="fieldRows phoneSet">
> 				<li class="noteRow">
> 					Note: One preferred phone number is required
> 				</li>
> 				<li class="phoneRow">
> 					<t:outputLabel value="#{dictionary.home} #{dictionary.phone}:" styleClass="phonePrefLabel" />
>                                        <t:radio for="defaultPhoneType" index="0" /> <!-- this doesn't show up on 1.1.9 tomahawk but works in 1.1.8)
> .....
>   ..... 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.