[Newbies] Re: Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-28 Thread Andy Burnett
John McKeon wrote You probably don't want that if you have other inputs on the form anyway. You really should be posting this to the Seaside list as well. You would probably have your answer by now. John Thanks John, I will move it over to that list now. My assumption was that it was a very

[Newbies] Re: Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-27 Thread Andy Burnett
John McKeon wrote: Hey Andy I have a radio group defined like this (using your code): renderContentOn:html | group | html form: [ html radioGroup [ :rg | rg radioButton submitOnClick; selected: self contact isMale; callback: [self halt]; with:

Re: [Newbies] Re: Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-27 Thread John McKeon
Did you add the submitOnClick sends to the radioButton tags? On Tue, Apr 27, 2010 at 9:17 PM, Andy Burnett andy.burn...@knowinnovation.com wrote: John McKeon wrote: Hey Andy I have a radio group defined like this (using your code): renderContentOn:html | group | html form: [ html

Re: [Newbies] Re: Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-27 Thread John McKeon
You probably don't want that if you have other inputs on the form anyway. You really should be posting this to the Seaside list as well. You would probably have your answer by now. John On Tue, Apr 27, 2010 at 9:37 PM, John McKeon p3ano...@gmail.com wrote: Did you add the submitOnClick sends