then look at the code CheckGroupSelector generates, it's no hard work to add a link instead of a checkbox. in the oncomponenttag method change the checkComponentTag to "a" and the checkComponentTagAttribute to whatever you like. use the same javascript in the onclick attribute and append a return false;, then you're done
hth, Michael Mathias P.W Nilsson wrote: > > Thanks but this will add a checkbox to select all not a link. I want to > select all with a link and not a checkbox > ----- Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/checkboxes-and-Link-tp16757399p16795500.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
