setting the value of a radio input field

2009-02-10 Thread Story Henry
Hi, I have been looking at how to set the value of a radio input field to a value of my choosing. If I use the Radio and Radio Group code as shown here: http://pastebin.com/m40b9b073 I get html such as input wicket:id=radio type=radio value=radio2 name=selectionGroup/ input

Re: setting the value of a radio input field

2009-02-10 Thread Story Henry
end up fighting the Radio implementation (perhaps you'll have to create a subclass?) However, I don't see why you don't just use the regular wicket approach? Did you actually measure that there is more load on the server? I highly doubt it. Thomas On Tue, Feb 10, 2009 at 4:35 PM, Story Henry