<%@ page import="org.amchamkorea.committee.*, org.amchamkorea.Global, org.amchamkorea.util.*" %> <%@ page import="java.util.*" %> AMCHAM Korea
<% int id = Integer.parseInt(request.getParameter("id")); Committee thisCommittee = new Committee(id); %>
<%=thisCommittee.getName()%>
<% MeetingMinute[] minuteList =MeetingMinute.listOf(thisCommittee); if (minuteList.length > 0) { %> <% } %>
<% if ( thisCommittee.getDetail() != null) {%> <%= WebUtility.replaceReturnToBR(thisCommittee.getDetail()) %> <% } %>
 
Co-chairs
<%if (thisCommittee.getChair1() != null) {%> <% } if (thisCommittee.getChair2() != null) {%> <% } if (thisCommittee.getChair3() != null) {%> <% } if (thisCommittee.getChair4() != null) {%> <% } if (thisCommittee.getChair5() != null) {%> <% } if (thisCommittee.getChair6() != null) {%> <% } if (thisCommittee.getChair7() != null) {%> <% } %>
<%= thisCommittee.getChair1() %> - <%= thisCommittee.getChair1Organization() %>
<%= thisCommittee.getChair2() %> - <%= thisCommittee.getChair2Organization() %>
<%= thisCommittee.getChair3() %> - <%= thisCommittee.getChair3Organization() %>
<%= thisCommittee.getChair4() %> - <%= thisCommittee.getChair4Organization() %>
<%= thisCommittee.getChair5() %> - <%= thisCommittee.getChair5Organization() %>
<%= thisCommittee.getChair6() %> - <%= thisCommittee.getChair6Organization() %>
<%= thisCommittee.getChair7() %> - <%= thisCommittee.getChair7Organization() %>
Committee Meeting Minutes
Committee meeting minutes are available for download either as MSWord 97 or Rich Text Format (RTF) files
<% for (int i=0; i <% } %>
Title
Date
<%= minuteList[i].getMeetingTitle() %> <%=meetingDate%>
 

Check out AMCHAM Journal. AMCHAM Journal is available free of charge to all members.