-
Is it mandatory to assign id in 8th line in below mentioned code in Salesforce?
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 5 years, 2 months ago by
Deepak.
-
This discussion was modified 5 years, 2 months ago by
Deepak.
-
This discussion was modified 5 years, 1 month ago by
Forcetalks.
-
This discussion was modified 5 years, 1 month ago by
Forcetalks.
-
This discussion was modified 5 years, 2 months ago by
Log In to reply.
Popular Salesforce Blogs

Why You Should Hire Salesforce Consultant for Your Business Process?
Be it a small business or a big enterprise, with the guidance of the best Salesforce consulting services, organizations can achieve greater goals with utmost…

How to Boost a 21st Century Mobile Workforce for Non-profits
How do mobile technologies affect non-profit organizations? Do they affect them at all? Let’s find out! Imagine, one day, your non-profit will change the world…

How to Import CSV File To A Table In Salesforce?
There are many scenarios where we have CSV(comma separated values) which we want to process in our Visualforce pages so that further custom functionality can…
Popular Salesforce Videos
Dynamic Forms in Salesforce
Hello Everyone, in this video, we will talk about what the dynamic form is and how to work with the dynamic form in Salesforce. Watch…
Marc Benioff & Aneel Bhusri On Ensuring a Safe Return to Work | Leading Through Change | Salesforce
In this week’s Leading Through Change, join Aneel Bhusri the Co-Founder and CEO of Workday and Marc Benioff the Chair and CEO of Salesforce as…
Email to case in Salesforce | Learn Salesforce
In this video, Shrey explained complete Record Level Security in Salesforce which includes: 1. What is Email-to-case in Salesforce? 2. Where can Email-to-case be used?…
Popular Salesforce Infographics

Which Salesforce Certification is Right for You?
This informative infographic will help readers to decide which Salesforce certification is right choice for their Salesforce career.

A Day in the Life Infographic: Best Practices Guide for Sales Users
The internet is full of sales best practices. But what most people forget is that, as a business, you need to come to the understanding…

Salesforce Data Migration: Best Practices to Ensure a Smooth Transition
Migrating data to Salesforce can be a daunting task, but it doesn't have to be. By following a few best practices, you can ensure a…