Re: Problem s:select in IE and Firefox

2008-02-06 Thread Martin Gainty
yep..the showLoadingText param is passed to the ajax-common.ftl
specifically..
 <#if parameters.showLoadingText?exists>
showLoading="${parameters.showLoadingText?string?html}"<#rt/>
  

.also be sure to null out loadingText..

M--
- Original Message -
From: "Jeromy Evans" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" 
Sent: Wednesday, February 06, 2008 6:41 PM
Subject: Re: Problem s:select in IE and Firefox


> There's javascript involved as you're using an ajax submit.
>
> When your form is posted the submit button shows loading text in your
> target div.  In IE, if the target div contains the form you're posting,
> it overwrites the form in the DOM prior to posting and the XHR request
> fails.  It's a problem related to the incorrect/inconsistent ordering of
> events in IE.
>
> Add the showLoadingText="false" attribute to your ajax submit button(s)
> and it'll be okay.
>
> regards,
> Jeromy evans
>
> Marc Eckart wrote:
> > Hi,
> >
> > I have a  tag which behaves different in IE 6.0 and firefox.
In
> > Firefox the underlying property in my struts action is filled in IE not.
> >
> > This is my code?
> >
> > 
> >
> > .
> >
> >  >   headerKey=""
> >   headerValue="-- Bitte wählen --"
> >   list="branchNameList"
> >   cssClass="medium"
> >   />
> >
> > 
> >
> >  > value="Suchen" cssClass="pushbutton" />
> >
> > 
> >
> > 
> >
> > I have no idea why it works in Firefox and not in IE. Because there is
no
> > JavaScript involved (or am I wrong).
> >
> > Best regards.
> >
> > Marc
> >
> >
> > 
> >
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.5.516 / Virus Database: 269.19.21/1263 - Release Date:
6/02/2008 8:14 PM
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem s:select in IE and Firefox

2008-02-06 Thread Jeromy Evans

There's javascript involved as you're using an ajax submit.

When your form is posted the submit button shows loading text in your 
target div.  In IE, if the target div contains the form you're posting, 
it overwrites the form in the DOM prior to posting and the XHR request 
fails.  It's a problem related to the incorrect/inconsistent ordering of 
events in IE.


Add the showLoadingText="false" attribute to your ajax submit button(s) 
and it'll be okay.


regards,
Jeromy evans

Marc Eckart wrote:

Hi,

I have a  tag which behaves different in IE 6.0 and firefox. In
Firefox the underlying property in my struts action is filled in IE not.

This is my code?



.











I have no idea why it works in Firefox and not in IE. Because there is no
JavaScript involved (or am I wrong).

Best regards.

Marc

  



No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.21/1263 - Release Date: 6/02/2008 8:14 PM
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem s:select in IE and Firefox

2008-02-06 Thread Marc Eckart
Hi,

I have a  tag which behaves different in IE 6.0 and firefox. In
Firefox the underlying property in my struts action is filled in IE not.

This is my code?



.











I have no idea why it works in Firefox and not in IE. Because there is no
JavaScript involved (or am I wrong).

Best regards.

Marc