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

Musachy Barroso commented on WW-1665:
-------------------------------------

>From the mailing list:

when the "targets" attribute is set to a parent element of the form, and the 
link is hit, the content of the "targets" element is set to "Loading...", the 
problem is that doing this will "erase" the form in IE (duh). So when dojo 
iterates over the fom to build the parameters, the form is empty 
(form.element.length == 0) in IE, but  in FF the elements are still there. So, 
when you have an scenario like this, you can't show the loading text. Now the 
bad news, there is no way to prevent the loading text from being shown, I 
created a ticket for it the other day with a patch, but it is scheduled for 
2.1.0:

https://issues.apache.org/struts/browse/WW-1570 

> issues when submitting form with s:a and targetting parent div
> --------------------------------------------------------------
>
>                 Key: WW-1665
>                 URL: https://issues.apache.org/struts/browse/WW-1665
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.3
>         Environment: IE6, windows xp
>            Reporter: Dariusz Wojtas
>         Attachments: index.jsp, index.jsp, target.jsp
>
>
> The JSPs being described will be attached to this issue.
> index.jsp contains simple ajax form.
> triggered by element <s:a>
> If it's 
>    targets
> property is set to parent DIV ('parentDiv') then it FAILS TO ATTACH PARAMS to 
> the submitted forms.
> If I change targets to 'dataDiv' then it works.
> I reproduce the issue under IE 6 SP2, windows XP with latest service packs.
> Because of this I cannot really submit remote forms under IE

-- 
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