IE 6 7 Ajax Refresh Issue

2008-04-04 Thread Cristi Manole
Hello, I have on a page 3 radio buttons in a group and for each radio a drop down: xDropDown1 V oDropDown2 V oDropDown3 V When the user selects a radio, the corresponding dropdown will be enabled and the other two disabled. In Firefox, this works as I need it to, but in IE, the

Re: IE 6 7 Ajax Refresh Issue

2008-04-04 Thread Igor Vaynberg
make sure you dont have any span tags attached to wicket components that have div tags inside. also past the output of wicket ajax console -igor On Thu, Apr 3, 2008 at 11:52 PM, Cristi Manole [EMAIL PROTECTED] wrote: Hello, I have on a page 3 radio buttons in a group and for each radio a

Re: IE 6 7 Ajax Refresh Issue

2008-04-04 Thread Cristi Manole
Hi, I've been searching around a bit and found the solution. I figured maybe someone else will face the same issue. It's pretty darn simple anyway. I used to do what I wanned like this: someRadio.add(new AjaxEventBehavior(onchange){...} This worked great in FF, but in IE7 it didn't... all i