Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

Re: [S2] Ajax DIV Question

Jeromy Evans

2008-08-06

Replies: Find Java Web Hosting

Author LoginPost Reply
Hoying, Ken wrote:
> I was able to update the href and formId via JavaScript and DOJO as
> follows:
>
> dojo.widget.byId('divId').href = 'myUrl';
> dojo.widget.byId('divId').formId = 'myFormId';
>
> This works fine as long as the form itself was not loaded infot the DIV
> (divId). However, if myFormId is located in divId and was loaded into
> the div via the initial ajax call, then it does not work.
>
> Any ideas?
>  
Set showLoadingText=false on the relevant tags/widgets.
It's a bug in Dojo in IE where it overwites the form with the loading
text prior to reading the values from the request.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.