Thankyou very much for the advice. The problem was indeed that IE was unhappy populating a DIV in a TABLE. Simply changed my HTML and it worked fine, allowing me to create dynamic FORMS.
With regards to using the AJAX tags, I started with those but switched to DOJO code when the I ran into problems. Now I've fixed the issue I can simply go back to using the AJAX theme properly. Once again cheers. Steve newton.dave wrote: > > --- kingysball <[EMAIL PROTECTED]> wrote: >> I am having problems with the following code in IE >> [...] >> <s:form action="quoteAJAX" method="post" > >> <div id="ajaxtest"></div> >> <s:textfield id="packageCount" >> [...] > > I'd look at the generated HTML and try validating it. > Remember that the S2 form tags create a table (with > the default templates); I'm not sure how cross-browser > (or legal) a <div...> inside a <table...> is. > > d. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/struts-2-and-dojo-innerHTML-in-a-FORM-tf4730227.html#a13530153 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

