* parameter and turning on all events.
*
* @return event setup page
*/
public WOActionResults eventsSetupAction() {
WOEventSetupPage nextPage = pageWithName(WOEventSetupPage.class);
nextPage.password = context().request().stringFormValueForKey("pw");
nextPage.submit();
nextPage.selectAll();
return eventsAction();
}