ICEfaces
  1. ICEfaces
  2. ICE-1213

migration problem 1.5.1 to 1.5.2 (Radio buttons are not working)

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.5.3
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: All

      Description

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Icefaces Administrator made changes -
        Field Original Value New Value
        issue.field.bugzillaimportkey 1274 12482
        Hide
        Adnan Durrani added a comment -

        I mistyped the year. I verified this bug on 02 Feb 2007.

        Show
        Adnan Durrani added a comment - I mistyped the year . I verified this bug on 02 Feb 2007.
        Hide
        Adnan Durrani added a comment -

        I have verified this bug with icefaces-eps-1.5.3 build.4 (02 Feb 2005).

        Show
        Adnan Durrani added a comment - I have verified this bug with icefaces-eps-1.5.3 build.4 (02 Feb 2005).
        Hide
        Adnan Durrani added a comment -

        The fix has been commited under both the head (C:\svn\repo\icefaces\core -
        r12997) and the branch (svn\repo\branches\ICEfaces-1.5\icefaces\core -r12996)

        Index: src/com/icesoft/faces/application/D2DViewHandler.java
        ===================================================================
        — src/com/icesoft/faces/application/D2DViewHandler.java (revision
        12990)
        +++ src/com/icesoft/faces/application/D2DViewHandler.java (working copy)
        @@ -815,8 +815,6 @@
        if (result instanceof NamingContainer)

        { result = D2DViewHandler.findComponent(clientId, result); break; - } else { - throw new IllegalArgumentException(id); }
        }


        C:\svn\repo\icefaces\core>svn commit -m"fix for ICE-1213"
        Sending core\src\com\icesoft\faces\application\D2DViewHandler.java
        Transmitting file data .
        Committed revision 12997.) and the branch

        Index: src/com/icesoft/faces/application/D2DViewHandler.java
        ===================================================================
        — src/com/icesoft/faces/application/D2DViewHandler.java (revision
        12990)
        +++ src/com/icesoft/faces/application/D2DViewHandler.java (working copy)
        @@ -815,8 +815,6 @@
        if (result instanceof NamingContainer) { result = D2DViewHandler.findComponent(clientId, result); break; - }

        else

        { - throw new IllegalArgumentException(id); }

        }

        Committed revision 12997.

        Show
        Adnan Durrani added a comment - The fix has been commited under both the head (C:\svn\repo\icefaces\core - r12997) and the branch (svn\repo\branches\ICEfaces-1.5\icefaces\core -r12996) Index: src/com/icesoft/faces/application/D2DViewHandler.java =================================================================== — src/com/icesoft/faces/application/D2DViewHandler.java (revision 12990) +++ src/com/icesoft/faces/application/D2DViewHandler.java (working copy) @@ -815,8 +815,6 @@ if (result instanceof NamingContainer) { result = D2DViewHandler.findComponent(clientId, result); break; - } else { - throw new IllegalArgumentException(id); } } C:\svn\repo\icefaces\core>svn commit -m"fix for ICE-1213 " Sending core\src\com\icesoft\faces\application\D2DViewHandler.java Transmitting file data . Committed revision 12997.) and the branch Index: src/com/icesoft/faces/application/D2DViewHandler.java =================================================================== — src/com/icesoft/faces/application/D2DViewHandler.java (revision 12990) +++ src/com/icesoft/faces/application/D2DViewHandler.java (working copy) @@ -815,8 +815,6 @@ if (result instanceof NamingContainer) { result = D2DViewHandler.findComponent(clientId, result); break; - } else { - throw new IllegalArgumentException(id); } } Committed revision 12997.
        Hide
        Adnan Durrani added a comment -

        targeting to 1.5.3

        Show
        Adnan Durrani added a comment - targeting to 1.5.3
        Adnan Durrani created issue -

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: