I have a scenario in which I need to embed a hyperlink in the error message.
When I use, <h:messages> tag the error message is displayed as
NameField is required.
Here NameField is a field on the screen.
The scenario here is that the message should be dispalyed as
NameField is required.
When the user clicks on the link NameField, the user is taken to that NameField on the
JSP.
I want to use this across the application so is it possible to write some custom tag and if so how?
How can it be possible to create a hyperlink within a message?