Skip to content

Commit

Permalink
Added missing method call
Browse files Browse the repository at this point in the history
  • Loading branch information
jsight committed Oct 2, 2014
1 parent 85aa805 commit 91ef6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public class MyInitialPage extends AbstractUICommand implements UIWizard {
@Override
public NavigationResult next(UINavigationContext context) throws Exception {
context.getAttributeMap().put("firstName", firstName.getValue());
context.getUIContext().getAttributeMap().put("firstName", firstName.getValue());
return Results.navigateTo(MyNextStep.class);
}
Expand Down

0 comments on commit 91ef6a2

Please sign in to comment.