Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.1, 1.1.2, 1.1.3
-
None
-
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="#
" />
</t:div>
<t:div id="two">
<t:inputText id="that" value="#
" />
</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.