I'm using this message to display mail status
<h:outputText id="output" value="#{mailhandler.result}" />
I'm interested how I can remove the text after 5 seconds from the screen?
I'm using this message to display mail status
<h:outputText id="output" value="#{mailhandler.result}" />
I'm interested how I can remove the text after 5 seconds from the screen?
Copyright © 2021 Jogjafile Inc.
Give it a class so it's easier to refer to
Then add JavaScript/jQuery: