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 4 years, 3 months ago by  Deepak.
    • This discussion was modified 4 years, 2 months ago by  Deepak.
    • This discussion was modified 4 years, 2 months ago by  Forcetalks.
    • This discussion was modified 4 years, 2 months ago by  Forcetalks.
    Deepak replied 4 years, 3 months ago 1 Member · 0 Replies
  • 0 Replies

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

Popular Salesforce Infographics