DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Passing Parameters to a Home Page
In your WebApplication:
| Code Block |
|---|
...
public Class<? extends WebPage> getHomePage() {
return HomePage.class;
}
...
|
...