[
https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731123#action_12731123
]
reverttoconsole commented on TOMAHAWK-1438:
-------------------------------------------
I added a label, there's no difference except that a "label" is now displayed
on the page. I'm not sure how you think it's not *broken.* R
-- Replace the jar to 1.1.8, radiobuttons are present
-- Place 1.1.9 jar -- radiobuttons are gone!
Isn't that proof enough.
I would like to help you give some test data but I'm afraid I don't know what
else you need me to provide apart from the code given above.
> <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.