RE: RadioChoice in IE7 Known Issue?

2010-02-23 Thread Corbin, James
Thanks Igor.  I'll look and see if that might be the issue.

J.D.

-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Tuesday, February 23, 2010 9:30 AM
To: users@wicket.apache.org
Subject: Re: RadioChoice in IE7 Known Issue?

stuff in a modal window can only be submitted via ajax...

-igor

On Tue, Feb 23, 2010 at 7:30 AM, Corbin, James  wrote:
> Yeah, its inside a form that is in a modal popup.  It is not a nested form 
> situation.
>
> I found some archive messages that talked around the same problem and their 
> findings was that the form post was different(and wrong) for the RadioChoice 
> under IE7, but this message thread was from March '09.
>
> I'll keep looking at it, but if you guys have any ideas, feel free to chime 
> in.
>
> Thanks,
> J.D.
>
> -Original Message-
> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
> Sent: Monday, February 22, 2010 10:43 PM
> To: users@wicket.apache.org
> Subject: Re: RadioChoice in IE7 Known Issue?
>
> you should debug it and see, as far as i know radiochoice just
> generates a bunch of input type="radio" so all should work. it is
> inside a form right?
>
> -igor
>
> On Mon, Feb 22, 2010 at 10:02 AM, Corbin, James  
> wrote:
>> Hi,
>>
>>
>>
>> I've noticed that the model isn't updated in IE7 when using the Wicket
>> RadioChoice component.  This behavior doesn't appear in Firefox.
>>
>>
>>
>> In my code, the RadioChoice component is set to required and even after
>> selecting one of the radio choices, upon submit I get a required field
>> validation error.
>>
>> I am not adding any ajax behaviors to the component.  Again, this only
>> appears to happen in IE7.
>>
>>
>>
>>
>>
>> We are using Wicket 1.4.4.
>>
>>
>>
>> Is this a known issue and/or something that has been fixed in Wicket
>> 1.4.5/6?
>>
>>
>>
>> I've tried overriding wantOnChangeSelectionNotification (return true)
>> but that didn't seem to solve the issue.
>>
>>
>>
>> Any help on this issue would be greatly appreciated.
>>
>>
>>
>> Thanks,
>>
>> J.D.
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: RadioChoice in IE7 Known Issue?

2010-02-23 Thread Igor Vaynberg
stuff in a modal window can only be submitted via ajax...

-igor

On Tue, Feb 23, 2010 at 7:30 AM, Corbin, James  wrote:
> Yeah, its inside a form that is in a modal popup.  It is not a nested form 
> situation.
>
> I found some archive messages that talked around the same problem and their 
> findings was that the form post was different(and wrong) for the RadioChoice 
> under IE7, but this message thread was from March '09.
>
> I'll keep looking at it, but if you guys have any ideas, feel free to chime 
> in.
>
> Thanks,
> J.D.
>
> -Original Message-
> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
> Sent: Monday, February 22, 2010 10:43 PM
> To: users@wicket.apache.org
> Subject: Re: RadioChoice in IE7 Known Issue?
>
> you should debug it and see, as far as i know radiochoice just
> generates a bunch of input type="radio" so all should work. it is
> inside a form right?
>
> -igor
>
> On Mon, Feb 22, 2010 at 10:02 AM, Corbin, James  
> wrote:
>> Hi,
>>
>>
>>
>> I've noticed that the model isn't updated in IE7 when using the Wicket
>> RadioChoice component.  This behavior doesn't appear in Firefox.
>>
>>
>>
>> In my code, the RadioChoice component is set to required and even after
>> selecting one of the radio choices, upon submit I get a required field
>> validation error.
>>
>> I am not adding any ajax behaviors to the component.  Again, this only
>> appears to happen in IE7.
>>
>>
>>
>>
>>
>> We are using Wicket 1.4.4.
>>
>>
>>
>> Is this a known issue and/or something that has been fixed in Wicket
>> 1.4.5/6?
>>
>>
>>
>> I've tried overriding wantOnChangeSelectionNotification (return true)
>> but that didn't seem to solve the issue.
>>
>>
>>
>> Any help on this issue would be greatly appreciated.
>>
>>
>>
>> Thanks,
>>
>> J.D.
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: RadioChoice in IE7 Known Issue?

2010-02-23 Thread Corbin, James
Yeah, its inside a form that is in a modal popup.  It is not a nested form 
situation.

I found some archive messages that talked around the same problem and their 
findings was that the form post was different(and wrong) for the RadioChoice 
under IE7, but this message thread was from March '09.

I'll keep looking at it, but if you guys have any ideas, feel free to chime in.

Thanks,
J.D.

-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Monday, February 22, 2010 10:43 PM
To: users@wicket.apache.org
Subject: Re: RadioChoice in IE7 Known Issue?

you should debug it and see, as far as i know radiochoice just
generates a bunch of input type="radio" so all should work. it is
inside a form right?

-igor

On Mon, Feb 22, 2010 at 10:02 AM, Corbin, James  wrote:
> Hi,
>
>
>
> I've noticed that the model isn't updated in IE7 when using the Wicket
> RadioChoice component.  This behavior doesn't appear in Firefox.
>
>
>
> In my code, the RadioChoice component is set to required and even after
> selecting one of the radio choices, upon submit I get a required field
> validation error.
>
> I am not adding any ajax behaviors to the component.  Again, this only
> appears to happen in IE7.
>
>
>
>
>
> We are using Wicket 1.4.4.
>
>
>
> Is this a known issue and/or something that has been fixed in Wicket
> 1.4.5/6?
>
>
>
> I've tried overriding wantOnChangeSelectionNotification (return true)
> but that didn't seem to solve the issue.
>
>
>
> Any help on this issue would be greatly appreciated.
>
>
>
> Thanks,
>
> J.D.
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: RadioChoice in IE7 Known Issue?

2010-02-22 Thread Igor Vaynberg
you should debug it and see, as far as i know radiochoice just
generates a bunch of input type="radio" so all should work. it is
inside a form right?

-igor

On Mon, Feb 22, 2010 at 10:02 AM, Corbin, James  wrote:
> Hi,
>
>
>
> I've noticed that the model isn't updated in IE7 when using the Wicket
> RadioChoice component.  This behavior doesn't appear in Firefox.
>
>
>
> In my code, the RadioChoice component is set to required and even after
> selecting one of the radio choices, upon submit I get a required field
> validation error.
>
> I am not adding any ajax behaviors to the component.  Again, this only
> appears to happen in IE7.
>
>
>
>
>
> We are using Wicket 1.4.4.
>
>
>
> Is this a known issue and/or something that has been fixed in Wicket
> 1.4.5/6?
>
>
>
> I've tried overriding wantOnChangeSelectionNotification (return true)
> but that didn't seem to solve the issue.
>
>
>
> Any help on this issue would be greatly appreciated.
>
>
>
> Thanks,
>
> J.D.
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org