ICEfaces
  1. ICEfaces
  2. ICE-3483

Regression: Fix the passThru boolean attributes

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.2
    • Fix Version/s: 1.8DR#2, 1.8
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      component + passThru boolean attributes

      Description

      To avoid the unnecessary calls , the new approach taken to rendering of the passThru attributes, doesn't render the booleanPassThru attributes by default. So any component which supports any boolean attribute has to make the following call from the renderer exclusively,

      For DOM based renderer:
             PassThruAttributeRenderer.renderBooleanAttributes(
                       facesContext,
                       uiComponent,
                       targetElement,
                        excludedAttributes)

      For ResponseWriter based renderer:
              PassThruAttributeWriter.renderBooleanAttributes(
                      writer,
                      uiComponent,
                      excludedAttributes);


      The call should go to those component only, which support one of a following boolean attribute.
              - disabled
              - ismap
              - readonly

        
      1. disabled_Renderer.txt
        3 kB
        Frank Ye
      2. readonly_renderer.txt
        2 kB
        Frank Ye

        Activity

          People

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

            Dates

            • Created:
              Updated:
              Resolved: