Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-616

DefaultCommand on subforms

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.14
    • 1.6.0-beta-1, 2.0.0
    • Core
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              lofwyr Udo Schnurpfeil
              rohloff Rainer Rohloff
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: