function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SubhaSubha 

Html input tag in VF page not working in summer 12 release

Hi I have an input tag of type radio it was working fine. But unable to find the radio buttons on the VF page after the sandbox is updated to summer 12.Please reply back ASAP as this may cause problem in production.

 

The below is the code

 

<apex:outputPanel  id="board_mem">
                        
                        <input type = "radio" name = "primary" id="Yes" onclick="javascript&colon;selected('Yes');setVisibility('status_msg','block');"
                                oncomplete="setVisibility('status_msg','none');">Yes</input>
                        <input type = "radio" name = "primary" id="No" onclick="javascript&colon;selected('No');setVisibility('status_msg','block');"
                                oncomplete="setVisibility('status_msg','none');">No</input>
                        
                    
                     <div id="status_msg" style="display:none;">
                     <apex:outputLabel value="Please Wait...."></apex:outputLabel>
                     </div>
                    </apex:outputPanel>

Abhay AroraAbhay Arora

Hi

 

Please try changing the version of the VF to a previous one it should work

aballardaballard

I suggest you open a support case ASAP if this was working before summer 12. 

 

There is not enough information here to make any guesses about what might be wrong....

SubhaSubha

Hi

 

Thanks for the suggestion but can you send a link or the way that I can raise the support case ..