[ 
https://issues.apache.org/struts/browse/WW-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40348
 ] 

Musachy Barroso commented on WW-1779:
-------------------------------------

If you look here (2.0.6 tag):

http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_0_6/core/src/main/java/org/apache/struts2/components/Submit.java?view=markup

you will see that the submit tag has a "showLoadingText", trying setting it to 
"false" (if your ide is telling you that attribute doesn't exists, try anyway, 
I get that on eclipse all the time)

> remote button always expects its target defined before and outsite the form 
> in IE
> ---------------------------------------------------------------------------------
>
>                 Key: WW-1779
>                 URL: https://issues.apache.org/struts/browse/WW-1779
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.6
>         Environment: windows xp
>            Reporter: Ravi M
>             Fix For: 2.0.6
>
>
> ideal scenario:
> <div id="t1">Div 1</div>
> <s:form id="form" action="AjaxTest">
>      <input type=textbox name="data">
>      <s:submit type="button" theme="ajax" label="Update Content" targets="t1" 
>  id="ajaxbtn"/>
> </s:form>
> but 
> <div id="t4">
>      <s:form id="form" action="AjaxTest">
>           <input type=textbox name="data">
>           <s:submit type="button" theme="ajax" label="Not posting form 
> content" targets="t4"  id="notworking"/>
>      </s:form>
> </div>
> doesn't work in IE. Meaning the form values are not posted to the action. 
> While in FF it works like a charm. This is a show stopper for us. Please 
> advise as early as possible..............
> you can try with showcase/ajax/remotebutton/index.jsp ... just add the above 
> code-segment.

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

Reply via email to