Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Igor Vaynberg
its in cvs for both 1.1 and 1.2 branches. -Igor   On 11/1/05, Andrew Berman <[EMAIL PROTECTED]> wrote: Here you go https://sourceforge.net/tracker/index.php?func=detail&aid=1345198&group_id=119783&atid=684978 On 11/1/05, Igor Vaynberg <[EMAIL PROTECTED] > wrote: meanwhile would you mind cre

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Andrew Berman
Very nice.. --AndrewOn 11/1/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: Im working on that right now :) -Igor   On 11/1/05, Andrew Berman <[EMAIL PROTECTED] > wrote: Yeah I know that it can be done with CheckGroup/Check, but why not do it for CheckBoxMultiChoice?  It just seems to make more s

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Igor Vaynberg
Im working on that right now :) -Igor   On 11/1/05, Andrew Berman <[EMAIL PROTECTED]> wrote: Yeah I know that it can be done with CheckGroup/Check, but why not do it for CheckBoxMultiChoice?  It just seems to make more sense to use label tags than to just display the text.  I think it will be an im

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Andrew Berman
Here you go https://sourceforge.net/tracker/index.php?func=detail&aid=1345198&group_id=119783&atid=684978 On 11/1/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: meanwhile would you mind creating an rfe so we can keep track of this change. Thanks, -Igor   On 11/1/05, Andrew Berman <[EMAIL PROTECT

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Igor Vaynberg
meanwhile would you mind creating an rfe so we can keep track of this change. Thanks, -Igor   On 11/1/05, Andrew Berman <[EMAIL PROTECTED]> wrote: Very nice..--Andrew On 11/1/05, Igor Vaynberg <[EMAIL PROTECTED] > wrote: Im working on that right now :) -Igor   On 11/1/05, Andrew Berman <[E

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Igor Vaynberg
Did you guys try using a CheckGroup/Check components? You can create your own component that does what the CheckBoxMultipleChoice does and be completely in control of the markup. And there is a nifty CheckGroupSelector that generates a cheeckbox that toggles the whole group. There are examples in t

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Andrew Berman
I agree, I was going to raise this issue too.  It makes a lot more sense to use label tags than to just output the text. On 11/1/05, Nathan Hamblen <[EMAIL PROTECTED]> wrote: I love the simplicity of CheckBoxMultipleChoice, but its markup leaves alittle to be desired. There aren't any label tags, a

[Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Nathan Hamblen
I love the simplicity of CheckBoxMultipleChoice, but its markup leaves a little to be desired. There aren't any label tags, and the lines end with . Of course the break is easily fixed with calls to setPrefix(""), setSuffix(""), but since onComponentTagBody() is final I don't have any way to ge

Re: [Wicket-user] AccessibleCheckBoxMultipleChoice - Or, what's up with element IDs?

2005-11-01 Thread Andrew Berman
Yeah I know that it can be done with CheckGroup/Check, but why not do it for CheckBoxMultiChoice?  It just seems to make more sense to use label tags than to just display the text.  I think it will be an improvement to the current component just because it makes it more accessible and follow better