Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての JSF、RichFaces コンポーネントでrenderおよびrender属性の主な目的を説明できる人はいますか?
よろしく
Java サーバー フェースでは、renderは JSF コンポーネントの属性であり、これを使用して、特定のアクションの完了時に 1 つ以上の他のコンポーネントをロードできます。
renderは、ブール値を持つ JSF コンポーネントの別のプロパティであり、それに基づいてコンポーネントがレンダリングされます。render が true の場合、コンポーネントはレンダリングされます。それ以外の場合はレンダリングされません。