ICEfaces
  1. ICEfaces
  2. ICE-8999

'WARNING: Missing end-element for' when <div> nested within panelGrids

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Minor Minor
    • Resolution: Unresolved
    • Affects Version/s: EE-3.2.0.GA
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      -
    • Workaround Exists:
      Yes
    • Workaround Description:
      Use ice:panelGroup instead of <div>

      Description

      WARNING: Missing end-element for: td[id="j_idt11-2-0"] (path: #document -> html
      -> body -> div -> table -> tbody -> tr -> td -> table -> tbody -> tr -> td)

      is thrown for the following piece of code:

      <ice:panelGrid columns="1" styleClass="iceMainPanelGrid">
      <ice:panelGrid columns="1" styleClass="iceMainPanelGrid">
      <div id="mainContent">
      <ice:panelGrid columns="1" styleClass="icePanelGrid">
      Test
      </ice:panelGrid>
      </div>
      </ice:panelGrid>
      </ice:panelGrid>

      This warning does not appear to have any functional impact.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Tyler Johnson
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: