You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "johnny petersen (JIRA)" <de...@myfaces.apache.org> on 2008/10/27 14:10:44 UTC

[jira] Created: (TRINIDAD-1279) If ppr is enabled (vis autosubmit) on a inputtext field i have to click my submit button twice

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

                 Key: TRINIDAD-1279
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1279
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
         Environment: ie
            Reporter: johnny petersen


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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-1279) If ppr is enabled (vis autosubmit) on a inputtext field i have to click my submit button twice

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1279.
------------------------------------------

    Resolution: Duplicate

> If ppr is enabled (vis autosubmit) on a inputtext field i have to click my submit button twice
> ----------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1279
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1279
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>         Environment: ie
>            Reporter: johnny petersen
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.