I think that div doesn't care about it's children

dataTable for instance does.

-Matthias

On 7/11/06, Matt Hughes <[EMAIL PROTECTED]> wrote:
If you have the following code:

<t:div rendered="false">
    <h:outputText value="#{backingBean.someGetterMethod}" />
</t:div>

Should getSomeGetterMethod() be invoked?  My initial thought was if the
parent's rendered attribute was false, the value binding expression
*shouldn't* be evaluated.  Using MyFaces 1.1.1 and Facelets 1.10, it is
being evaluated.

Ideally if rendered is false, than I don't want all the ValueBinding
expressions underneath that tag to be evaluated.

Any thoughts?





--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to