The page-messages tag has no wiki summary.
6
votes
1answer
59 views
Inserting a link in an ApexPages message
I was wondering if there's a way to display a link in an ApexPages.Message. There's nothing mentioned in the documentation about it, so I simply did a :
ApexPages.Message(ApexPages.Severity.CONFIRM, ...
4
votes
3answers
299 views
Clear Apex:PageMessages without losing viewstate
Is there a way to clear the PageMessages in my controller without losing my Page's viewstate?
At the moment I'm doing a ajax call from my visualforce page, which rerenders part of my page, but this ...