Commit 83778216 by Tuukka Kivilahti

it works

1 parent f4718ec8
......@@ -22,4 +22,12 @@
</locale-config>
</application>
<navigation-rule>
<from-view-id>/user/list.xhtml</from-view-id>
<navigation-case>
<from-outcome>userEdit</from-outcome>
<to-view-id>/NotImplementedYet.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
</faces-config>
......@@ -27,7 +27,7 @@ public class UserView {
public String edit() {
setUser(items.getRowData());
return "edit";
return "userEdit";
}
public String getLocale() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!