Page 1 of 1

MVC Issues with radio buttons and controllers

Posted: August 5th, 2022, 3:43 pm
by smackie
I am trying to create a radio button list from the output of a service node I created from xml. I can see the fields; however I am not able to select the radio button.
image.png
Also, when I attempt to setup a controller the value drop down box is not populating.
image.png

Re: MVC Issues with radio buttons and controllers

Posted: August 5th, 2022, 4:02 pm
by JustinVanRegenmorter
Hello Sheryl,

It could be that the radiobuttonlist control has the enabled property set to false. If you set it to true it should work.

As for the controller issue, please make sure the the control that you want to pass to the controller parameter has its HtmlId property set.

Best Regards,
Justin

Re: MVC Issues with radio buttons and controllers

Posted: August 5th, 2022, 4:11 pm
by smackie
Hi Justin,

I have the enabled set to true and it still will not allow me to select anything
image.png
Also, I have an HTMLid set but the dropdown still is not populating anything
image.png

Re: MVC Issues with radio buttons and controllers

Posted: July 25th, 2023, 10:30 am
by JustinVanRegenmorter
This was resolved out of the forum. Both the issues listed here were bugs that have since been resolved.