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.2.5-core, 1.0.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.

Reply via email to