* Direct access to WOEventDisplay by giving over the password in the "pw" parameter.
*
* @return event page
*/
public WOActionResults eventsAction() {
WOEventDisplayPage nextPage = pageWithName(WOEventDisplayPage.class);
nextPage.password = context().request().stringFormValueForKey("pw");
nextPage.submit();
return nextPage;
}