<%@ page import="java.util.*" %> Bulletin Board - Powered by $Money <% String name = (String)request.getAttribute("name"); if(name == null) { %> <% } else { out.print(name); out.print("
"); String r = request.getSession(false).toString(); out.print(r); %>

Topics

<% List topics = (List)request.getAttribute("topics"); Iterator it = topics.iterator(); while(it.hasNext()) { String currentTopic = (String)it.next(); %> <%=currentTopic%>
<% } %>
<% } %>

Post New Topic

New Topic Name