public String[] getAllFoos() public List getAllBars()
<webwork:property value="allFoos">
<%@ include file="genericlist.jsp" %>
</webwork:property><webwork:property value="allBars">
<%@ include file="genericlist.jsp" %>
</webwork:property>
<webwork:iterator> <a href="viewitem.action?id=<webwork:property value="id" />"> <webwork:property value="name"> </a><br> </webwork:iterator>
<webwork:iterator> <webwork:if test="id"> <a href="viewitem.action?id=<webwork:propertyvalue="id" />"> <webwork:property value="name"> </a> </webwork:if> <webwork:else> <webwork:property value="name"> </webwork:else> <br> </webwork:iterator>