[ 
https://issues.apache.org/jira/browse/TOBAGO-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Udo Schnurpfeil resolved TOBAGO-616.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0-beta-1
                   1.6.0
    
> DefaultCommand on subforms
> --------------------------
>
>                 Key: TOBAGO-616
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-616
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.14
>            Reporter: Rainer Rohloff
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.6.0, 1.6.0-beta-1
>
>
> Assume following situation on one page:
> <tc:form>
>  ...
>    <tx:in label="Search" value="#{searchBean.search}"/>
>    <tc:button label="Search" action="doSearch" defaultCommand="true" />
> </tc:form>
> <tc:form>
>  ...
>    <tx:in label="Name" value="#{valueBean.name}"/>
>    <tc:button label="New Customer" action="doNew" defaultCommand="true" />
> </tc:form>
> It would be nice to submit the focused form with the "enter" key.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to