* @exception Exception, a generic exception.
*/
public ConcreteElement doBuild( RunData data )
throws Exception
{
Form form;
form = new Form(
new DynamicURI(data,"DefaultScreen","LogoutUser",true).toString(),
Form.POST)
.addElement(new Input("SUBMIT", "Logout", "Logout"));
ElementContainer body = new ElementContainer()
.addElement(new HR().setSize(1).setNoShade(true))