You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/04/25 00:46:45 UTC

[jira] Closed: (WW-1896) Ajax forms do not submit

     [ https://issues.apache.org/struts/browse/WW-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso closed WW-1896.
-------------------------------

    Resolution: Not A Problem

> Ajax forms do not submit
> ------------------------
>
>                 Key: WW-1896
>                 URL: https://issues.apache.org/struts/browse/WW-1896
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>         Environment: FF 1.5, IE6
>            Reporter: Patrick J. Maloney
>         Assigned To: Musachy Barroso
>            Priority: Critical
>
> 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).

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