tag:blogger.com,1999:blog-4110180.post114261458545557173..comments2025-07-21T06:33:41.604-07:00Comments on Tapestry Central: Bitten by IE once againHoward Lewis Shiphttp://www.blogger.com/profile/04486596490758986709noreply@blogger.comBlogger4125tag:blogger.com,1999:blog-4110180.post-1151571613625972202006-06-29T02:00:00.000-07:002006-06-29T02:00:00.000-07:00Tell me about it! we have had no end to the insuff...Tell me about it! we have had no end to the insufferable IE browser bugs for years... Unfortunatly we have to live with IE though!<BR/><BR/>After installing Tacos I had similar problems... I found my fix for IE though on the mailing lists. The renderBaseTag="false" needs to be set on the jwcid="@shell" component. It might be worth including this in the Tacos setup documentaion, as it would be a shame for those evaluating Tapestry and Tacos.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-4110180.post-1143135601662805622006-03-23T09:40:00.000-08:002006-03-23T09:40:00.000-08:00my experience is that you should never modify the ...my experience is that you should never modify the dom before window.onload has been executed.<BR/><BR/>If you use prototype, this nice snippet makes everything quite easy:<BR/><BR/>Event.observe(window, 'load', function()<BR/>{<BR/> init code here<BR/>});Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-4110180.post-1142627436483773522006-03-17T12:30:00.000-08:002006-03-17T12:30:00.000-08:00Paul,Sorry ... this isn't a support forum. Please...Paul,<BR/><BR/>Sorry ... this isn't a support forum. Please take this to the tapestry-user@jakarta.apache.org mailing list.Howard Lewis Shiphttps://www.blogger.com/profile/04486596490758986709noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-1142621105553860402006-03-17T10:45:00.000-08:002006-03-17T10:45:00.000-08:00I'm having issues with IE / Tapestry / Javascript ...I'm having issues with IE / Tapestry / Javascript when using a @Body tag. Javascript gets generated whether I want it or not for any @Form tag. Tapestry generates javascript for the form like:<BR/><BR/>Tapestry.register_form('myForm');<BR/><BR/><BR/>IE complains that "'Tapestry' is undefined".Anonymousnoreply@blogger.com