Web UI Control
From DOC
Overview
The Web UI component is responsible for the general structure of the UI as determined by metadata provided by the application tier.
Properties
Most of the Tolven Web application is controlled by account-specific metadata and Java Server Faces configuration. However, there are several properties that control general behavior of the web UI. The following is a list of these properties and the Tolven defaults.
tolven.web.cvBlank=600 tolven.web.cvLogout=660 tolven.web.showMore=true tolven.web.cvNextCheck=8 tolven.web.cvLongest=64
| Name | Value | Description |
| tolven.web.cvBlank | 600 | The Web UI blanks the screen after a certain number of seconds of inactivity. The screen can be restored instantly by the user. |
| tolven.web.cvLogout | 660 | If no activity is detected after this period, the user is completely logged off. the user must sign in again. |
| tolven.web.showMore | true | A small display of the status of the browser is made available. Convenient for debugging and showing what's going on with the Tolven application on the broswer. |
| tolven.web.cvNextCheck | 8 | The WebUI periodically checks the server for updates so that it can refresh panes if needed. The time interval is adjusted up and down based on user activity (the more active the user is, the more often the server is checked). This value is the starting number of seconds between checks.
Note: This check only checks the version numbers of items currently on the browser. An out of date pane is not actually refreshed unless it is visible. This cuts down on chatter that is not actually visible to the user.</td> |
| tolven.web.cvLongest | 64 | This is the longest interval between checks to see if browser data needs to be refreshed. |
| tolven.web.showxml | true | When set to false, the underlying Trim XML is not available on the last page of a wizard. |
| tolven.web.createAccount | true | Allow end-users to create accounts. If false, then the administration console must be used to create accounts. |

