Re: Disabling RadioGroup via authorization strategy does not disable contained Radio buttons

2008-09-22 Thread Igor Vaynberg
fix committed -igor On Mon, Sep 22, 2008 at 5:56 AM, Joel Hill <[EMAIL PROTECTED]> wrote: > Done: > > https://issues.apache.org/jira/browse/WICKET-1843 > > I've also attached a fix, although I haven't tested it exactly as written, > because I didn't feel like recompiling wicket. > > Joel >

Re: Disabling RadioGroup via authorization strategy does not disable contained Radio buttons

2008-09-22 Thread Joel Hill
Done: https://issues.apache.org/jira/browse/WICKET-1843 I've also attached a fix, although I haven't tested it exactly as written, because I didn't feel like recompiling wicket. Joel >>> "Igor Vaynberg" <[EMAIL PROTECTED]> 9/19/2008 1:50 PM >>> create a jira issue for this -igor On Fri, Sep

Re: Disabling RadioGroup via authorization strategy does not disable contained Radio buttons

2008-09-19 Thread Igor Vaynberg
create a jira issue for this -igor On Fri, Sep 19, 2008 at 7:11 AM, Joel Hill <[EMAIL PROTECTED]> wrote: > I'm doing some component-based authorization and I'm trying to disable an > entire RadioGroup without having to tie the authorization to each individual > Radio button. Were I to directly

Disabling RadioGroup via authorization strategy does not disable contained Radio buttons

2008-09-19 Thread Joel Hill
I'm doing some component-based authorization and I'm trying to disable an entire RadioGroup without having to tie the authorization to each individual Radio button. Were I to directly disable the RadioGroup, it looks like the Radio buttons would also disable (but I haven't tested this); but it