| radiobuttongroup in searchform [message #891660] |
Mon, 25 June 2012 08:38  |
Bertin Kiekebosch Messages: 223 Registered: August 2011 |
Senior Member |
|
|
Hi,
I have a radioButtonGroup with three options on my searchform. How can I use this in my search on the server side. I do see the group in the searchFormaData but cannot find out how to see which button is selected.
Regards Bertin
|
|
|
| Re: radiobuttongroup in searchform [message #891748 is a reply to message #891660] |
Mon, 25 June 2012 14:32   |
Ivan Motsch Messages: 82 Registered: March 2010 |
Member |
|
|
Each radio button in a radio button group represent a value according to the radio button generic.
When using a codeType or lookup call these values are the keys of the code/lookup row.
When using explicit radio buttons, give them a getConfiguredRadioValue.
The form data contains the selected value as IRadioButtonGroup.getValue()
Does this help further?
[Updated on: Mon, 25 June 2012 14:32] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02069 seconds