Skip to content

Instantly share code, notes, and snippets.

@brunoborges
Last active August 29, 2015 14:22
Show Gist options
  • Save brunoborges/22a493cb85d1e1291707 to your computer and use it in GitHub Desktop.
Save brunoborges/22a493cb85d1e1291707 to your computer and use it in GitHub Desktop.
var name = MVC.queryParams().get("name");
var message = "Hello World from Javascript for user '"+name+"'";
MVC.bind("message", message);
MVC.next("helloworld.jsp");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment