Skip to content

Instantly share code, notes, and snippets.

@techisbeautiful
Created June 10, 2023 09:52
Show Gist options
  • Save techisbeautiful/50487964528106809ff3163489f95ac4 to your computer and use it in GitHub Desktop.
Save techisbeautiful/50487964528106809ff3163489f95ac4 to your computer and use it in GitHub Desktop.
Event-Driven Programming Model
<h:commandButton value="Submit" action="#{bean.submit}" />
<h:outputText value="#{bean.message}" rendered="#{not empty bean.message}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment