Skip to main content
I tried to replicate the standard object - "Solution" as a Visualforce Page. I don't want the standard tabStyle of Solution object to be implied. Instead i want the tabStyle - Sailboat to get implied. I tried the following code :

 

<apex:page standardController="Solution" tabStyle="Sailboat__tab">

 

But, error is thrown. Please guide.
6 件の回答
0/9000