Re: [S2] IE does not refresh page

2008-02-21 Thread carmi_cd
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-S2--IE-does-not-refresh-page-tp15560342p15606733.html

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

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 thead and tbody. Try

Re: [S2] IE does not refresh page

2008-02-19 Thread carmi_cd
this message in context: http://www.nabble.com/-S2--IE-does-not-refresh-page-tp15560342p15582733.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[S2] IE does not refresh page

2008-02-18 Thread carmi_cd
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 unsubscribe, e-mail