You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Zied Hamdi (JIRA)" <de...@myfaces.apache.org> on 2007/10/04 16:29:50 UTC

[jira] Created: (TOBAGO-506) renderedPartially doesn't work with tc:cell, tc:tab and tc:tabgroup

renderedPartially doesn't work with tc:cell, tc:tab and tc:tabgroup
-------------------------------------------------------------------

                 Key: TOBAGO-506
                 URL: https://issues.apache.org/jira/browse/TOBAGO-506
             Project: MyFaces Tobago
          Issue Type: Bug
    Affects Versions: 1.0.12
         Environment: facelets, JSF 1.2 RI, ie7 and firefox2, tomahawk is installed too
            Reporter: Zied Hamdi
            Priority: Minor


Commands with attribute name="renderedPartially" doesn't work with tc:cell, tc:tab, tc:tabgroup. In addition, when pointed to tc:tab and tc:tabgroup javascript errors are generated and doesn't let the main job (action and actionListener) be executed. When pointed to tc:cell the action is executed and no message says it's not valid in the log.
 
I think a sort of "tree view building-time compiler" could be of good help to community saying: component with id:"xx" of type "yy" can't be rendered partially for components that doesn"t support partial rendering (eg. because they have no correspondance in the final tree).

Finally if the id doesn't exist in the structure (mistyped), there's no warning message in the log, this could be a good developer friendly feature.

I have put the bug as minor because we can surround tags by tc:panel and point these latters, then it works.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.