Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.1
    • Fix Version/s: 1.8.2-RC1, 1.8.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces, ExtVal

      Description


      ExtVal also requires components to be added to the default RenderKit, so requires that the ICEfaces RenderKit delegate to it.

      Suggested change is to add the following constructor:

          public D2DRenderKit(RenderKit delegateRenderKit)
          {
              this();
              this.delegateRenderKit = delegateRenderKit;
          }

        Activity

        Hide
        Ted Goddard added a comment -

        Constructor added and checked in.

        Show
        Ted Goddard added a comment - Constructor added and checked in.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: