Hi,
I decided to focus on all my renderedPartially my attributes to make them
work. And I understood they doesn't work with tc:cell, tc:tab, tc:tabgroup
and maybe others. In addition, when pointed to tc:tab, tc:tabgroup
javascript errors are generated and doesn't let the job done.
I think a sort of "tree view building-time compiler" could be of good help
to community saying: component with id:"xx" of type "xx" can't be rendered
partially.
Otherwise, a very minor bug when the renderedPartially value is null (I
think this business case is similar to an empty string value rather than an
unallowed value):
java.lang.NullPointerException
at
org.apache.myfaces.tobago.renderkit.html.CommandRendererHelper.initOnclick(
CommandRendererHelper.java:100)
at org.apache.myfaces.tobago.renderkit.html.CommandRendererHelper.<init>(
CommandRendererHelper.java:61)
at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TreeOldRenderer.getTreeNodeCommandVar
(TreeOldRenderer.java:292)
at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TreeOldRenderer.createJavascript
(TreeOldRenderer.java:251)
this happens on templating such as:
<tc:attribute
name="renderedPartially"
value="#{ajaxScope}" />
Regards,
Zied