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.