Skip to content

Commit

Permalink
replace javax.faces.* with jakarta.faces.
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Sep 9, 2024
1 parent 1671fd1 commit 68c0e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-app-jcache/src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<p />
<h:outputText value="#{messages.price} " />
<h:inputText id="price" value="#{cafe.price}"
styleClass="form-control" converterId="javax.faces.Double" />
styleClass="form-control" converterId="jakarta.faces.Double" />
<h:message for="price" style="color:red" />
<p />
<h:commandButton value="#{messages.submit}"
Expand Down

0 comments on commit 68c0e54

Please sign in to comment.