<%@ taglib prefix="rss" uri="http://www.worldspot.com/tags/rss-1.0" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> Update Mountain View Voices for Peace Links

Add Category

Name:
Title:
Description:

Links

<% java.util.Collection c = (java.util.Collection)pageContext.getAttribute("feeds"); java.util.Iterator it = c.iterator(); %> <% while( it.hasNext() ) { de.nava.informa.impl.basic.Feed f = (de.nava.informa.impl.basic.Feed)it.next(); %> <% } %>
<% java.util.Iterator i = f.getChannel().getItems().iterator(); int ind = 2; while( i.hasNext() ) { de.nava.informa.core.ItemIF item = (de.nava.informa.core.ItemIF)i.next(); %> <% ind++; } %>
<%= f.getTitle() %>   
Title Description  
<%= item.getTitle() %> <%= (item.getDescription().length() > 0) ? item.getDescription() : " " %>