[ http://issues.apache.org/jira/browse/TOMAHAWK-588?page=comments#action_12426925 ] Mike Kienenberger commented on TOMAHAWK-588: --------------------------------------------
It'd probably be helpful to post in the exact warning message. > unrendered children of panelStack emit warning > ---------------------------------------------- > > Key: TOMAHAWK-588 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-588 > Project: MyFaces Tomahawk > Issue Type: Bug > Components: Panel Stack > Affects Versions: 1.1.1, 1.1.2, 1.1.3 > Environment: myfaces and tomahawk > Reporter: Rigel Freden > Priority: Minor > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
