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

Dariusz Wojtas commented on WW-1665:
------------------------------------

I do not know if it matters here, I will copy some info from the users mailing 
list that I made last week.
I am not sure if this is the problem, or at least a part of the problem, but I 
get it also on the simple test page attached above. Fresh browsers, cache 
cleared, refreshing with SHIFT (/esu is my app prefix).
I was running the sample using struts 2.0.4 snapshot downloaded from nightlies 
on the weekend.

/esu/ajax/index.jsp   <--- location of the test JSP file
/esu/struts/xhtml/styles.css
/esu/struts/dojo/dojo.js
/esu/struts/dojo/src/browser_debug.js
/esu/struts/dojo/src/debug.js
/esu/struts/simple/dojoRequire.js
/esu/struts/ajax/dojoRequire.js
/esu/struts/CommonFunctions.js
/esu/struts/dojo/src/widget/html/Tooltip.js
/esu/struts/dojo/src/widget/html.js
/esu/struts/dojo/src/widget.js
/esu/struts/dojo/src/__package__.js
/esu/struts/dojo/src.js
/esu/struts/dojo/__package__.js

Messages on the FireBug console under FF2.0
---------------------------
But I also get some 404s under FF:
GET http://localhost:8080/esu/struts/dojo/src/widget/html/Tooltip.js
GET http://localhost:8080/esu/struts/dojo/src/widget/html.js
GET http://localhost:8080/esu/struts/dojo/src/widget.js
GET http://localhost:8080/esu/struts/dojo/src/__package__.js
GET http://localhost:8080/esu/struts/dojo/src.js
GET http://localhost:8080/esu/struts/dojo/__package__.js
Could not load 'dojo.widget.html.Tooltip'; last tried '__package__.js'
[Break on this error] throw _13||Error(_12);

Message from IE6
------------------------------
 Could not load widget 'dojo.widget.html.Tooltip'
 last tried '__package__.js'

FF reports errors on the console but submission works.
IE fails and does not give much more info.
I tried to instal the developer's plugin for IE, but it does not give much more 
info here.

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