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
jaisri devijaisri devi 

<apex:commandButton action="{!knowmore}" style="color:white;"value="Know More"id="log"immediate="true"/> got error what is solution for this

GovindarajGovindaraj
Hi Jaisri,

Can you please provide us more details regarding your issue like what error or VF code etc. ?

Thanks,
Govindaraj.S
Parmanand PathakParmanand Pathak
Hi, Jaisri,

Give space between each attribute in the <apex:command:button> tag.

Try below code - 
<apex:commandButton action="{!knowmore}" style="color:white;" value="Know More" id="log" immediate="true"/>

Mark it as best answer if it helps you so that It comes under solved and help the community.

Thanks,
Parmanand Pathak