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

2009-08-01 Thread Christian Kaltepoth (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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
   legendspanxyz/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.



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

2009-07-14 Thread Leonardo Uribe (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730955#action_12730955
 ] 

Leonardo Uribe commented on TOMAHAWK-1438:
--

I don't think it is broken. Just look the code:

f:selectItem itemLabel= itemValue=HOME/ 

If no itemLabel is used, no value will be output on t:radio as label. Try 
something like this:

f:selectItem itemLabel=Some label for HOME value itemValue=HOME/

The issues fixed on 1.1.9 for this component are: TOMAHAWK-1429, TOMAHAWK-1395 
and TOMAHAWK-1393 (duplicate of TOMAHAWK-1371) . Maybe take a look a them could 
help.

If no objections I'll close this issue as invalid (no errors detected on test 
for this component, and the behavior described is expected).



 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
   legendspanxyz/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.



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

2009-07-14 Thread reverttoconsole (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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
   legendspanxyz/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.