Package com.tonbeller.wcf.statusline

Global status line to display messages and errors.

See:
          Description

Class Summary
StatusLine  
StatusLineTag  
 

Package com.tonbeller.wcf.statusline Description

Global status line to display messages and errors.

In java code you can simply write

  StatusLine.instance().setMessage("Hello World");
In JSP you'll have something like
  <c:out value="wcfStatusLine.statusHtml"/>