Skip to content

Commit 9ad1621

Browse files
committed
Fixed a composite component parameter name
1 parent 751c661 commit 9ad1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsf/composite-component/src/main/webapp/index.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<ui:composition template="./WEB-INF/template.xhtml">
5151

5252
<ui:define name="content">
53-
<mc:login username="#{user.name}"
53+
<mc:login name="#{user.name}"
5454
password="#{user.password}"
5555
actionListener="#{userService.register}"/>
5656
</ui:define>

0 commit comments

Comments
 (0)