[
https://issues.apache.org/jira/browse/TRINIDAD-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606352#action_12606352
]
Stephen Friedrich commented on TRINIDAD-917:
--------------------------------------------
What's even worse: Client-side validators are skipped when the user executes
the default command by pressing enter :-(
Any news on this issue?
> 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.