Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-588

unrendered children of panelStack emit warning

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.1.1, 1.1.2, 1.1.3
    • None
    • Panel Stack
    • None
    • myfaces and tomahawk

    Description

      I opened a thread on this subject on the mailing list and received no replies. I'm not trying to cross post or anything, just that this definitely seems buggy and I'd like to see it addressed.
      do this:
      <f:view>
      <h:form>
      <t:panelStack selectedPanel="one">
      <t:div id="one">
      <t:inputText id="this" value="#

      {bean.this}

      " />
      </t:div>
      <t:div id="two">
      <t:inputText id="that" value="#

      {bean.that}

      " />
      </t:div>
      </t:panelStack>
      <t:commandButton />
      </h:form>
      </f:view>

      When I hit the button I get a WARN level line in my log about "that" not having a value, etc. It seems that all children of the second div should have their rendered flags set to false, and so this warning should never be issued. Mind, this doesn't affect functionality, but it can really make a mess of an otherwise pure log.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rfreden Rigel Freden
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: