[
https://issues.apache.org/jira/browse/TRINIDAD-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607855#action_12607855
]
Matthias Weßendorf commented on TRINIDAD-917:
---------------------------------------------
the skip is fixed.
the scope of this issue, I just checked. Shouldn't be that hard.
perhaps tomorrow...
> tr:form defaultCommand does no partial triggering
> -------------------------------------------------
>
> Key: TRINIDAD-917
> URL: https://issues.apache.org/jira/browse/TRINIDAD-917
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.0.5-core, 1.2.5-core
> Reporter: Matthias Weßendorf
>
> defined a defaultCommand on a tr:form. Linked it to a command button
> which has a partial trigger.
> <tr:form defaultCommand="save" id="frmTest" partialTriggers="save">
> ....
> <tr:commandButton id="save" text="Save"
> partialSubmit="true"/>
> </tr:form>
> Clicking the button, the a partial submit is initiated.
> Hitting <Enter> the form is fully submitted and the page will be reloaded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.