I use @EventListener annotations to populate select boxes on T4.1.1 without any problems on FF, IE6, IE7 and Opera (but not on Konqueror or Safari, but this is another discussion). IE has some known issues with ajax though. Maybe your problem is one of those: - with IE, if you update the select element itself, it just doesn't work, you need to update a surrounding element instead (span is fine) - if your updated value contains any HTML escape entity (like é), it won't work on IE. Replace with the UTF-8 value instead.
HTH Ch. 2007/5/2, William Keller <[EMAIL PROTECTED]>:
Would moving to T5.0.3 solve this ? On 5/2/07, William Keller <[EMAIL PROTECTED]> wrote: > > thanks for the prompt replies! I'm wondering if this is something related > to DOJO? If so, and I know this is a very simplistic view of things, I > wonder if updating DOJO could yield a working version? > > On 5/2/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > > I hope so. We're waiting to see when ognl 2.7 stabilizes. It's getting > > close > > but the reports are still too frequent to feel safe. I'd like to have at > > least a week or two of no ognl issues reported before heading down that > > path. > > > > On 5/1/07, William Keller <[EMAIL PROTECTED]> wrote: > > > > > > Ouch. I guess the only logical answer for me to ask now: Is 4.1.2nearing > > > completion? I'm in a bit of trouble if it's not! Just as well I > > decided to > > > check, at least I have time to panic now :) > > > > > > On 5/2/07, Jesse Kuhnert < [EMAIL PROTECTED]> wrote: > > > > > > > > I remember some small issues when ie7 first came out. Unfortunately > > I > > > > can't > > > > make any promises about 4.1.1 definitely working on it but the > > > > still-in-development 4.1.2 version doesn't have this problem. > > > > > > > > On 5/1/07, William Keller <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Hi all, > > > > > Sorry if this is a repost, but I can't get any of my working > > pages > > > to > > > > > run > > > > > on IE7. They run fine on Firefox 2 but no go on IE7. Has this > > topic > > > > > already > > > > > been covered? Any viable workarounds? Haven't tried on IE6 as I'm > > > using > > > > > vista and don't want to go through all that pain just yet! > > Essentially > > > > my > > > > > issue is that my Select boxes aren't populating based on > > 'onchange' > > > > > events. > > > > > The exact same stuff does work though on mozilla based stuff. > > > > > > > > > > Cheers > > > > > > > > > > > > > > > > > > > > > -- > > > > Jesse Kuhnert > > > > Tapestry/Dojo team member/developer > > > > > > > > Open source based consulting work centered around > > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > > > > > > > > > > -- > > Jesse Kuhnert > > Tapestry/Dojo team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > >