Re: [S2] IE does not refresh page

2008-02-21 Thread Jeromy Evans
Try not overwriting your form with the target to see if it works. Also, try using the formId attribute of the submit buttons. And finally, simplify the html as much as possible and work upwards from there. carmi_cd wrote: hi i really think it has something to do with the showloadingText in IE.

Re: [S2] IE does not refresh page

2008-02-21 Thread carmi_cd
>>> >>> The only other thing that frequently doesn't work is including inline >>> javascript in the responses and expecting theme to execute at a >>> particular time. >>> Which version of struts are you using btw? >>> >>> regards, >

Re: [S2] IE does not refresh page

2008-02-19 Thread Jeromy Evans
Hmm...this is a guess, but there's a relevant issue in IE's innerHTML implementation. Dojo uses this to insert the response into the page. This particular issue is that tables must be xhtml-compliant. Specifically, they must contain all the required tags including and . Try adding those tag

Re: [S2] IE does not refresh page

2008-02-19 Thread carmi_cd
r time. > Which version of struts are you using btw? > > regards, > Jeromy Evans > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www

Re: [S2] IE does not refresh page

2008-02-19 Thread Jeromy Evans
carmi_cd wrote: Hi i have program that when the user input data in the form and clicked the save button, it should display list of records that reflects changes made in the record edited thru the form. In Firefox it works perfectly but in IE the list does not reflect the changes made. It was refr

[S2] IE does not refresh page

2008-02-18 Thread carmi_cd
. how should I solve this. thanks again in advance. -- View this message in context: http://www.nabble.com/-S2--IE-does-not-refresh-page-tp15560342p15560342.html Sent from the Struts - User mailing list archive at Nabble.com. - To