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

[jira] Created: (TOBAGO-508) defaultCommand does not work with renderedPartially

defaultCommand does not work with renderedPartially
---------------------------------------------------

                 Key: TOBAGO-508
                 URL: https://issues.apache.org/jira/browse/TOBAGO-508
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.12
         Environment: jdk1.6.0, Firefox, IE, Tomcat 5.x, 6.x
            Reporter: Stojan Pesov


A button with renderedPartially attribute does not render partially if defaultCommand="true" is used

<tc:button id="submit"
                label="#{someBundle.search}"
                action="#{searchTermSimple.search}">
        <tc:attribute name="renderedPartially"
                              value="termSimpleSearchPanel" />
</tc:button>

if I add defaultCommand="true" partial rendering does not work anymore :(

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