Skip to content

Instantly share code, notes, and snippets.

@mbarkley
Created May 5, 2014 21:21
Show Gist options
  • Save mbarkley/10159d23919b8889e241 to your computer and use it in GitHub Desktop.
Save mbarkley/10159d23919b8889e241 to your computer and use it in GitHub Desktop.
An sample Errai Navigation page with the LoginPage and SecurityError page roles.
@Page(role = { LoginPage.class, SecurityError.class })
public class Login extends SimplePanel {
// Add widgets for login form here...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment