-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: None
-
Component/s: None
-
None
<div id="isShow">
<table id="fooGridXY" width="300px" height="200px">
</table>
</div>
のようなタグの構成の場合に、fooGridXYで必要なJavaScript、CSSがrenderされない。
RenderPreparableUtil.encodePrepareForComponentで、TConditionが
isRendererdのチェックに引っかかり、子どものコンポーネントのencodePrepareForComponentに
処理が到達しない。