Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
2.0.6
-
None
-
None
-
None
-
FF 1.5, IE6
Description
See issue WW-1598. It's not resolved in 2.0.6. Ajax forms do not submit even when I put 'showLoadingText="false"' on s:submit tag (per WW-1779).
Simple file to recreate issue:
<html>
<head>
<title>Login</title>
<s:head debug="true" theme="ajax"/>
</head>
<body>
<s:form action="Logon" method="POST">
<s:textfield label="User Name" name="username"/>
<s:password label="Password" name="password"/>
<s:submit title="Submit" showLoadingText="false"/>
</s:form>
</body>
</html>
Note: I created a new issue since I could not see how to reopen WW-1598 (I'm not the reporter on that one, so maybe that's why).
Attachments
Issue Links
- incorporates
-
WW-1598 Ajax forms do not get submitted
- Closed