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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]