You need to sign in to do that
Don't have an account?
Tej
command link in apex error message
can we put a commandlink in apex error message?
when user gets an error message it contain a clickable content/commandlink ,which should open a popup with instructions.
is it possible to add commandlink in errormessage??
when user gets an error message it contain a clickable content/commandlink ,which should open a popup with instructions.
is it possible to add commandlink in errormessage??
On your <apex:pageMessages id="theMessages" escape="false"/> make sure you add escape="false" and in your controller when you add Error
on ApexPages.addMessage you can use HTML Text.
Something like