Graphical representation of a status bar. Depending on the severity of the message that is output, a message dialog is opened. The status bar typically is part of the outest page of your application.

By default you just have to embed the component without any configuration into your page.

On server side there is the class "rg.eclnt.jsfserver.defaultscreens.Statusbar" which provides corresponding methods to write messages of different severity into the status bar.

Please note: this is an explicit status bar which is always visible - regardless if it contains some inforamtion or not. When not defining any status bar in your dialog definition, then automatically a status bar will be used which shows up at the bottom of the screen when some output into the status bar is performed. 