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
alchemyalchemy 

entityid

entityId=Apexpages.currentPage().getParameters().get('entityId');

i have the following code in my controller class...

this entity ID is used for navigation to ther pages and fetching the values also...

but the entity id is not getting fetched. because of which when i navigate there is no entity id dat is being displayed what shld i do

bob_buzzardbob_buzzard

How are you navigating to the page?  E.g. is it via a button, link, another Visualforce page?

alchemyalchemy

i am trying to navigate thru links in visualforce. Following is what comes on my address bar when i click on the link

https://c.cs6.visual.force.com/apex/GoalVFPage?entityId=&tabname=Financial%20Planning

 

 

So there is no value in front of entity ID....

where am i gng wrong

bob_buzzardbob_buzzard

The Visualforce markup/apex code that is generating this link isn't populating the entityid correctly.  You'll need to look at that source to determine why it isn't being included.