You need to sign in to do that
Don't have an account?

Can not display inputfield as picklist in tab
Hi all,
I am currently are facing an urgent issue with displaying a picklist value in a visualforce page. The field that we are displaying is "website_Location__c" under "Advertisement__c" object and the field is a picklist.
The field is displayed using <apex:inputField> in a visualforce page "websitePost" as:
<apex:inputField value="{!Advertisement__c.website_Location__c}" />
The problem is that I could display this picklist field normally when I load websitePost.page directly. However, when I try to display this page using <apex:tab> in another visualforce page "jobBoards", no value will displayed for this picklist field.
Also, I have tried this in several orgs, and only a few orgs have this problem.
Does anyone knows the solution for this? Thank you.
I am currently are facing an urgent issue with displaying a picklist value in a visualforce page. The field that we are displaying is "website_Location__c" under "Advertisement__c" object and the field is a picklist.
The field is displayed using <apex:inputField> in a visualforce page "websitePost" as:
<apex:inputField value="{!Advertisement__c.website_Location__c}" />
The problem is that I could display this picklist field normally when I load websitePost.page directly. However, when I try to display this page using <apex:tab> in another visualforce page "jobBoards", no value will displayed for this picklist field.
Also, I have tried this in several orgs, and only a few orgs have this problem.
Does anyone knows the solution for this? Thank you.
Here is simple code Salesforce has provide a good knowledge doc on this.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_selectList.htm
Hope this helps you!
Best Regards,
Rakesh Thota.