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.