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 

Error Msg

java.lang.IllegalArgumentException: Illegal view ID No Action. The ID must begin with / 

 

I am not able to figure out what does this error mean.... can i get some help on it....

kiranmutturukiranmutturu

i think u r constructing a page reference in the controller .. but it is not constructed correctly.

bob_buzzardbob_buzzard

It can also mean that you have specified an action in a Visualforce component but rather than providing a merge field to the action method, you have provided a URL.

 

alchemyalchemy

is der any way by which i can test the statement from which i can test the statement for fetching the entityid

bob_buzzardbob_buzzard

Not sure what you are asking here - where does entity id come in to this?

MohandaasMohandaas

Alchemy,

 

Share the code. Will help us to understand what you are doing.

Prafull G.Prafull G.

I believe there is some issue on the visualforce page.

Please refer below discussion,

 

http://boards.developerforce.com/t5/Visualforce-Development/Illegal-view-ID-save/td-p/86906

 

I hope this helps.

 

Regards,

Prafull G.