回答編集履歴

1

誤記修正

2024/03/12 10:19

投稿

muro1866
muro1866

スコア1

test CHANGED
@@ -16,7 +16,7 @@
16
16
  <apex:pageBlock >
17
17
  <apex:pageBlockSection collapsible="false" columns="1">
18
18
  <apex:selectRadio value="{!selectedValue}" layout="pageDirection" id="radio">
19
- <apex:selectOptions value="{!readingTypeSelectoptionList}"/>
19
+ <apex:selectOptions value="{!selectList}"/>
20
20
  </apex:selectRadio>
21
21
  <apex:commandButton onclick="executeApexMethod(); return false;" value="処理実行"/>
22
22
  <apex:actionFunction name="apexMethodFromJavascript" action="{!apexRemoteActionMethod}" reRender="j_id0:panel">