Skip to content

Commit a65dc23

Browse files
committed
AuthBean: fixed expression.
1 parent 9af6098 commit a65dc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ru/mystamps/site/beans/AuthBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class AuthBean {
2323
private String login;
2424
private String password;
2525

26-
@ManagedProperty(value="#user")
26+
@ManagedProperty(value="#{user}")
2727
private UserBean user;
2828

2929
/**

0 commit comments

Comments
 (0)