Nope, probably not, but he can take a look at the code for a sample on how to achieve exactly what he wants.
jwcarman wrote: > > Does this person really need a RAD tool for what they're trying to do? > All they need to do is display a list of an arbitrary number of radio > buttons. Wouldn't ListView suffice in this situation? That's all > they asked for. The XP folks would say, "Do the simplest thing that > works." > > On Fri, Sep 12, 2008 at 3:56 AM, wfaler <[EMAIL PROTECTED]> wrote: >> >> >> Jonathan Locke wrote: >>> >>> also see wicket-rad if appropriate >>> >> A http://sites.google.com/site/wicketrad URL could be useful, so here it >> is >> . :) >> >> The org.wicketrad.propertyeditor package in the wicket-rad-core module >> has a >> bunch of Panels you might want to look at for your problem. >> >> The exact problem regarding Radio buttins you (Justin) are talking about >> can >> be solved with the org.wicketrad.propertyeditor.input.RadioGroupInput >> class >> (it uses an implementation of IChoiceSource to retrieve the number of >> radio >> buttons). >> -- >> View this message in context: >> http://www.nabble.com/Newbie-Question%3A--Dynamically-Building-Form-Elements-tp19447802p19451340.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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Newbie-Question%3A--Dynamically-Building-Form-Elements-tp19447802p19453574.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]