Websydian v6.1 online documentationOnline documentation - Websydian v6.1

EventDispatcher Function

The EventDispatcher function reads the input values for an incoming  web request including the value of the EventID.  The values are stored in the Event Parameter Store (see also the ParseInput function).

Based on the incoming EventID, the Dispatcher function will call  the corresponding Event Handler function.

If no input parameters are received from the web user (happens the first time a new web user calls the Websydian application), the scoped CallFirstPageGenerator function is called, which again will call the Page Generator of the entry page of the application.

More Information

The Dispatcher function is one of the main patterns in the Websydian product.  Read more about the Dispatcher function and how to implement it.