Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-1279

If ppr is enabled (vis autosubmit) on a inputtext field i have to click my submit button twice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Components
    • None
    • ie

    Description

      If ppr is enabled (vis autosubmit) on a inputtext field i have to click my submit button twice with the following code (which i created with the new jdeveloper 11g)

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/html4/loose.dtd">
      <%@ page contentType="text/html;charset=windows-1252"%>
      <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
      <%@ taglib uri="http://myfaces.apache.org/trinidad" prefix="tr"%>
      <%@ taglib uri="http://myfaces.apache.org/trinidad/html" prefix="trh"%>
      <f:view>
      <tr:document title="Title 1">
      <trh:body firstClickPassed="true">
      <tr:form>
      <tr:inputText label="Label 1" autoSubmit="true"/>
      <tr:commandButton text="commandButton 1"
      action="#

      {test.commandButton_action2}

      "
      partialSubmit="true"/>
      </tr:form>
      </trh:body>
      </tr:document>
      </f:view>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              munkhaus johnny petersen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: