Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-23 Thread Igor Vaynberg
it happens :) no worries -igor On 1/23/07, Johannes Fahrenkrug <[EMAIL PROTECTED]> wrote: It was neither a bug nor a feature: I'm simply an idiot. I was using a custom TextField which overrides isEnabled()... D'Oh! Sorry for wasting your time with this, Igor! - Johannes Johannes Fahrenkrug

Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-23 Thread Johannes Fahrenkrug
It was neither a bug nor a feature: I'm simply an idiot. I was using a custom TextField which overrides isEnabled()... D'Oh! Sorry for wasting your time with this, Igor! - Johannes Johannes Fahrenkrug wrote: > I will. I'm already looking at the FormComponent code. I have to go now, > but I'll

Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-22 Thread Johannes Fahrenkrug
I will. I'm already looking at the FormComponent code. I have to go now, but I'll get back to it tomorrow. - Johannes Igor Vaynberg wrote: > i dont see where we read the disabled attribute in our code, can you > try branch-1.x? or see where in wicket's code it thinks its disabled? > > -igor > >

Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-22 Thread Igor Vaynberg
i dont see where we read the disabled attribute in our code, can you try branch-1.x? or see where in wicket's code it thinks its disabled? -igor On 1/22/07, Johannes Fahrenkrug <[EMAIL PROTECTED]> wrote: Yes, that was also the first thing I thought of: I checked it with livehttpheaders and ye

Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-22 Thread Johannes Fahrenkrug
Yes, that was also the first thing I thought of: I checked it with livehttpheaders and yes: they are being submitted by the browser. - Johannes Igor Vaynberg wrote: > can you check if the value is actually being submitted by the browser? > > -igor > > > On 1/22/07, *Johannes Fahrenkrug* < [EMAIL

Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-22 Thread Igor Vaynberg
can you check if the value is actually being submitted by the browser? -igor On 1/22/07, Johannes Fahrenkrug <[EMAIL PROTECTED]> wrote: Hi, I had a strange error I have a Panel with 3 radiobuttons. They let me choose whether I want to pay by debit or credit or if I want to be billed lat

Re: [Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-22 Thread Johannes Fahrenkrug
Oh, sorry. I'm using version 1.2.4. Johannes Fahrenkrug wrote: > Hi, > > I had a strange error I have a Panel with 3 radiobuttons. They let > me choose whether I want to pay by debit or credit or if I want to be > billed later. > When I click on either of the radiobuttons, the corresponding

[Wicket-user] AttributeModifier "disabled" - Bug or Feature?

2007-01-22 Thread Johannes Fahrenkrug
Hi, I had a strange error I have a Panel with 3 radiobuttons. They let me choose whether I want to pay by debit or credit or if I want to be billed later. When I click on either of the radiobuttons, the corresponding input fields get enabled via JavaScript. On the Wicket side, I add new A