Activity Forums Salesforce® Discussions Is it mandatory to assign id in 8th line in below mentioned code in Salesforce?

  • Is it mandatory to assign id in 8th line in below mentioned code in Salesforce?

    Posted by Deepak on January 21, 2020 at 12:45 PM
    S<apex:page controller="sample">
          
    <apex:form >
         <apex:tabpanel>
            
       <apex:tab label="home" name="home" id="home">
          
    <apex:pageBlock id="pg">
    <apex:pageBlockSection rendered="{!batchStatusBool}">
    <apex:actionStatus id="act" startText="Checking..." />
    Batch Contact_Status is {!batchStatus} <br/><br/>
    Batch Total_Job_Items = {!batch1}<br/><br/>
    Batch Number_Of_Errors = {!batch2}<br/>
    <apex:outputText > </apex:outputText>
    <apex:actionPoller interval="5" action="{!checkBatchStatus}" enabled="{!pollerBool}" reRender="pg" status="act"/>
    </apex:pageBlockSection>
    <apex:pageBlockButtons location="bottom">
    <apex:commandButton value="Call Account Update Batch" action="{!callAcctUpdateBatch}"/>
    </apex:pageBlockButtons>
    </apex:pageBlock>
        </apex:tab>
        </apex:tabpanel>
    </apex:form>
      
    </apex:page>

    Is it mandatory to assign id in 8th line?

    • This discussion was modified 6 years, 7 months ago by  Deepak.
    • This discussion was modified 6 years, 7 months ago by  Deepak.
    • This discussion was modified 6 years, 7 months ago by  Forcetalks.
    • This discussion was modified 6 years, 7 months ago by  Forcetalks.
    Deepak replied 6 years, 7 months ago 1 Member · 0 Replies
  • 0 Replies

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

Salesforce Admin Certification 2020 Questions Explained with References - Part II

Video in

How to prepare and pass Salesforce Admin Certification with Practice Exam Questions 2020 practice questions and answers for the Salesforce Administration Salesforce Certified Admin Exam Questions Salesforce Administrator Certification Exam…

Popular Salesforce Infographics