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

ravi m commented on WW-1779:
----------------------------

Yep it works.................. both on IE and FF when I set
showLoadingText="false" on s:submit tag

now I still get javascript errors ..... take a look at the following.

GET http://localhost:7001/ESS/struts/dojo/src/widget/html/Tooltip.js
GET http://localhost:7001/ESS/struts/dojo/src/widget/html.js
GET http://localhost:7001/ESS/struts/dojo/src/widget.js
GET http://localhost:7001/ESS/struts/dojo/src/__package__.js
GET http://localhost:7001/ESS/struts/dojo/src.js
GET http://localhost:7001/ESS/struts/dojo/__package__.js
GET http://localhost:7001/ESS/struts/dojo/src/namespaces/dojo.js(0ms)dojo.js
(line 734)
    Could not load 'dojo.widget.html.Tooltip'; last tried '__package__.js'
        [Break on this error] throw _13||Error(_12);

Now I get when I set the s:form tag's theme to 'ajax' or when I set the
s:submit tag's showLoadingText="false"

Please advice.........................

Thanks a lot Struts2 support ....................... You guys Rock
.............

-ravi




-- 
Ravi Mangalagiri
www.bluepitch.org (My personal website. Coming soon!)
703-505-4240 (c)


> 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